]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-stemlet-whole.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / stem-stemlet-whole.ly
1 \version "2.11.43"
2 \header {
3   texidoc = "Stemlets don't cause stems on whole notes."
4
5
6 \paper{ ragged-right=##t }
7
8 {
9   \override Stem #'stemlet-length = #0.5
10   c''1
11 }