]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-to-grace.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-to-grace.ly
index c6106d4125fb0c7de35f4035448b357d45931a85..483e7eef585b2b343dfcf09b44b1b1e4efb7a08b 100644 (file)
@@ -1,19 +1,24 @@
+
+\version "2.12.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."
-    
+  
+}
+
+\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 { linewidth =  -1.0 }
-    }