]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-stemlet-whole.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / stem-stemlet-whole.ly
1 \version "2.11.51"
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 }