]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-grace.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / spacing-to-grace.ly
index 7c51f1a903f50d9545f49186c92a5da26ec0b8c6..47cadb5372c2047a59495656460c5af707567dbb 100644 (file)
@@ -1,21 +1,24 @@
-\version "1.7.16"
+
+\version "2.11.51"
 \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."
-    
+  
+}
+
+\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'
+
+  }  
+
 }
 
-\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'
 
-                 }  
 
-    }
-    \paper { raggedright = ##t}
-    }
-%% new-chords-done %%