repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git]
/
input
/
regression
/
beam-quarter.ly
blob
ac1d57819d9daedacf59e06f2f01332fd7a3f1ec
1
2
\version
"2.12.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
}