]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-grace.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / spacing-to-grace.ly
index a6dc00ad8c2b9981341aa51150ffb86b259a9210..49c8c930fb8660be4f65ad3988eaf0f54e4b6782 100644 (file)
@@ -1,22 +1,24 @@
 
-\version "2.1.28"
+\version "2.16.0"
 \header {
 
-    texidoc ="Space from a normal note (or 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
-    { \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'
+\layout { ragged-right = ##t}
+
+
+\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 \stemNeutral } e es, d'
+
+  }  
+
+}
 
-                 }  
 
-    }
-    \paper { raggedright = ##t}
-    }