]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/override-nest.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / override-nest.ly
1 \version "2.7.39"
2 \header {
3
4   texidoc = "Sublist of grob property lists may be also tuned. In the
5 next example, the @code{beamed-lengths} property of the @code{Stem}
6 grob is tweaked."
7
8 }
9
10 \relative {
11   \override Stem #'details #'beamed-lengths = #'(8 8 8)
12   c8[ c]
13 }