]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/override-nest.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / regression / override-nest.ly
1 \version "2.10.0"
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 }