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-quarter.ly
blob
8705c0f97878e3d0521fc7a45ee8f0c64efb222f
1
2
\version
"2.10.0"
3
\header
4
{
5
texidoc
=
"Quarter notes may be beamed: the beam is halted momentarily."
6
}
7
8
\layout
{
ragged-right
= ##
t
}
9
10
\relative
c
'' {
11
c
8
[
c
4
c
8
]
% should warn here!
12
}