]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace-duration.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-grace-duration.ly
index d97533dc001097e616d9aa0f9cd67a476d0661e8..1961cd845bcdf325bd6d8cda059b02be564c6d39 100644 (file)
@@ -1,23 +1,25 @@
 
-\version "2.1.26"
+\version "2.14.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 { \notes \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] 
 
 }
 
-        \paper { raggedright = ##t}
-}
+
+