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
/
dynamics-unbound-hairpin.ly
blob
9b2eed583bec1bd7766464e0f112fd9f296dcc49
1
\version
"2.12.0"
2
3
\header
{
4
texidoc
=
"Crescendi may start off-notes, however, they should not collapse into flat lines."
5
}
6
\layout
{
ragged-right
= ##
t
}
7
8
9
\context
Voice
{
10
<<
f
''
1
{
s
4
s
4
\<
s
4
\! \>
s
4
\!
} >>
11
}
12
13
14