]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-stems.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-stems.ly
1
2 \version "2.16.0"
3 \header{
4   texidoc = "Here @code{startGraceMusic} should set @code{no-stem-extend} to 
5 true; the two grace beams should be the same here.
6 "
7 }
8
9
10 \layout {
11   ragged-right = ##t
12 }  
13
14 \context Voice \relative c {
15   \grace { 
16     f8[ e8] 
17     \override Stem  #'no-stem-extend = ##t
18     f8[ e8] 
19     \revert Stem #'no-stem-extend
20   }
21   a4
22   
23 }
24