]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-extend.ly
fc318070900caae8883c30372a3b6d6fc5ea91d3
[lilypond.git] / input / test / stem-extend.ly
1 \version "1.5.68"
2 \header { texidoc = "
3 Conventionally, stems and beams extend to the middle staff line.  This
4 extension can be controlled through @code{Voice.Stem}'s grob-property
5 @code{no-stem-extend}:
6 "}
7
8 \paper { linewidth = -1.}
9 \score {\notes \relative c {
10   \grace a'8 a4
11   \property Voice.Stem \set #'no-stem-extend = ##t
12   \grace g8 g4 [g8 g]
13 }}