]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace-duration.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / spacing-grace-duration.ly
index 358124edaff903044959eb12099c27aa07638d78..b63df41f66c5dfe46e1494a1b15e9849f2df1bd0 100644 (file)
@@ -1,20 +1,25 @@
+
+\version "2.10.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 { linewidth = -1. }
-}
+
+
+