]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-grace-duration.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / spacing-grace-duration.ly
index 68f76dcf602bb28305e3c17025845c474d32e329..7e98fd4396879d4f5504f7244567ec39c8557d1b 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 \header {
 
     texidoc = "Spacing uses the duration of the notes, but disregards
 \score { \notes \relative c''
         \context Voice 
 {
-    [c8  c8]
+     c8-[  c8]
     \grace {  b16 }
-    [c8 c8] [c8 c8] 
+     c8-[ c8]  c8-[ c8] 
 
 }
 
-        \paper { linewidth = -1. }
+        \paper { raggedright = ##t}
 }
+