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
/
stem-stemlet.ly
blob
c7584449c7e9f0362e78df45a355547369b0747e
1
\header
{
2
3
texidoc
=
"Stemlets are small stems under beams over rests. Their
4
length can be set with @code{stemlet-length}."
5
6
}
7
8
\version
"2.12.0"
9
\layout
{
ragged-right
= ##
t
}
10
11
\relative
c
' {
12
\override
Stem
#'
stemlet-length
= #
0.75
13
c
8
[
r
8
c
16
r
16
c
8
]
14
c
4
15
}