repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git]
/
input
/
regression
/
spacing-folded-clef.ly
blob
720c9834bf212cb8df6b9ae526665ec2cae33701
1
\version
"2.12.0"
2
\header
{
3
texidoc
=
"A clef can be folded below notes in a different staff, if
4
this does not disrupt the flow of the notes."
5
}
6
7
\layout
{
ragged-right
= ##
t
}
8
9
\relative
c
'' <<
10
\new
Staff
{
c
4
c
16
[
c c c
]
c
4
c
4
}
11
\new
Staff
{
\clef
bass
c
,
2
\clef
treble
c
'
2
}
12
>>
13