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
/
beam-rest.ly
blob
f4b6146586d7417af7f790550811fc33b571c268
1
2
\header
{
3
texidoc
=
"The number of beams does not change on a rest."
4
}
5
6
\version
"2.10.0"
7
8
\layout
{
ragged-right
= ##
t
}
9
10
\relative
c
, {
11
\clef
bass
12
e
8
[
r
16
f d
'
8
e
16
e
16
]
c
8
[
c
16
r
16
bes
8
r
16
c
16
]
|
13
}