]> git.donarmstrong.com Git - lilypond.git/blob - input/test/stem-extend.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / test / stem-extend.ly
1 \version "1.7.16"
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 { raggedright = ##t}
9 \score {\notes \relative c \context Voice {
10   \grace a'8 a4
11   \property Voice.Stem \set #'no-stem-extend = ##t
12   \grace g8 g4  g8-[ g]
13 }}
14 %% new-chords-done %%