]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-strict-notespacing.ly
release commit
[lilypond.git] / input / regression / spacing-strict-notespacing.ly
index 797a3a2edd5186a515b3dfeb6d7672e5e199937d..5884ed6b037f6c442eccf51ee98310d9754a6cf6 100644 (file)
@@ -9,10 +9,10 @@ time.  This may cause collisions.  "
 }
 
 
-\version "2.7.4"
+\version "2.8.0"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
   indent = 0
 }
 \layout {
@@ -25,7 +25,14 @@ time.  This may cause collisions.  "
 <<
   \override Score.SpacingSpanner #'strict-note-spacing = ##t 
   \set Score.proportionalNotationDuration = #(ly:make-moment 1 16)
-  \new Staff { c8[ c \clef alto c c c c]  c4 c2 r2 }
-  \new Staff { c2  \times 2/3 { c8 \clef bass cis,, c } c4 c1 }
+  \new Staff {
+    c8[ c \clef alto c c \grace { d16 }  c8 c]  c4 c2
+    \grace { c16[ c16] }
+    c2 }
+  \new Staff {
+    c2  \times 2/3 { c8 \clef bass cis,, c } 
+    c4
+    c1
+  }
 >>