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
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
beam-beamlet-break.ly
blob
2801a78562d216165d7191c5464bd858f4ac6f05
1
\header
{
2
texidoc
=
"beamlets don't run to end of line if there are no other
3
beamlets on the same height."
4
5
}
6
\version
"2.12.0"
7
8
\paper
{
9
raggedright
= ##
t
10
}
11
12
\relative
c
' {
13
\time
1
/
4
14
\override
Beam
#'
breakable
= ##
t
15
r
16
r
16
.
c
32
[
c
16
\break
c
8
. ]
r
16
16
}