]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-grace.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / spacing-to-grace.ly
index fc1ddc618467e5a905af5c37b0b15f3fd9ccbbf2..645e43de9de4cb179988a045b6a54b7765701414 100644 (file)
@@ -1,22 +1,22 @@
 
-\version "2.1.7"
+\version "2.4.0"
 \header {
 
-    texidoc ="Space from a normal note/barline to a grace note is
+    texidoc ="Space from a normal note (or barline) to a grace note is
     smaller than to a normal note."
     
 }
 
 \score {
-    \context Voice \notes
+    \context Voice 
     { \time 2/4
       \relative c'' {
          e8 e \grace d8 e e \grace f8 e es, d' d
-         e8 e e e \grace { \stemDown f8 \stemBoth } e es, d'
+         e8 e e e \grace { \stemDown f8 \stemNeutral } e es, d'
 
                  }  
 
     }
-    \paper { raggedright = ##t}
+    \layout { raggedright = ##t}
     }