]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace-duration.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / spacing-grace-duration.ly
index 3be4767f17daebaba18ce06536ca12ca3e19441f..70f4f9b522f9728bd297bc11e3a3a08706ac140a 100644 (file)
@@ -1,23 +1,25 @@
 
-\version "2.3.22"
+\version "2.16.0"
 \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 {  \relative c''
-        \context Voice 
+\layout { ragged-right = ##t}
+
+\relative c''
+\context Voice 
 {
-     c8[  c8]
-    \grace {  b16 }
-     c8[ c8]  c8[ c8] 
+  c8[  c8]
+  \grace {  b16 }
+  c8[ c8]  c8[ c8] 
 
 }
 
-        \layout { raggedright = ##t}
-}
+
+