]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-stems.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / grace-stems.ly
index 23f7f299cc7a31003cdf708dacc4aed417bc7ad4..e0a2177cff9139c823269cc8b0ed1222c12fb862 100644 (file)
@@ -1,14 +1,14 @@
 
-\version "2.1.22"
+\version "2.4.0"
 \header{
-texidoc = "Here startGraceMusic should set no-stem-extend to true;
-the two grace beams should be the same here.
+texidoc = "Here @code{startGraceMusic} should set @code{no-stem-extend} to 
+true; the two grace beams should be the same here.
 "
 }
 
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     \grace { 
        f8[ e8] 
       \override Stem  #'no-stem-extend = ##t
@@ -18,7 +18,7 @@ the two grace beams should be the same here.
     a4
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
   \midi { }