]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace-duration.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / spacing-grace-duration.ly
index 8b645f4bfe6044e77839b48396626a1d3cd7b932..a4b7e4767f59740d487042d4f4e7b0802cd99612 100644 (file)
@@ -1,23 +1,25 @@
 
-\version "2.2.0"
+\version "2.19.21"
 \header {
 
-    texidoc = "Spacing uses the duration of the notes, but disregards
+  texidoc = "Spacing uses the duration of the notes, but disregards
     grace notes for this. In this example, the 8ths around the grace
     are spaced exactly as the other 8th notes.
 
 "
 }
 
-\score { \notes \relative c''
-        \context Voice 
+\layout { ragged-right = ##t}
+
+\relative
+\context Voice 
 {
-     c8[  c8]
-    \grace {  b16 }
-     c8[ c8]  c8[ c8] 
+  c''8[  c8]
+  \grace {  b16 }
+  c8[ c8]  c8[ c8] 
 
 }
 
-        \paper { raggedright = ##t}
-}
+
+