]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-stemlet-whole.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / stem-stemlet-whole.ly
1 \version "2.12.0"
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 }