repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
rhythmic-staff.ly
blob
5186ece2eccfc0bb9c96bd34cb9aefe20f900ba8
1
\version
"2.10.0"
2
\header
3
{
4
5
texidoc
=
"In rhythmic staves stems should go up, and bar lines
6
have the size for a 5 line staff. The whole rest hangs from the
7
rhythmic staff."
}
8
9
\layout
{
ragged-right
= ##
t
}
10
11
\context
RhythmicStaff
12
{
13
r
4
c
4
.
c
8
r
8
c
8
|
c
2
r
2
| r
1
14
}
15