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