]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-packed.ly
Issue 3835: Chord change detection in repeat alternatives
[lilypond.git] / input / regression / spacing-packed.ly
index 010370930b1972db3dbe4715ebcf623dafbfc84d..d3a01b6f92b796722b597193f46227905c4ad334 100644 (file)
@@ -4,20 +4,15 @@
        sense mostly in combination with ragged-right mode: the notes
        are then printed at minimum distance.  This is mostly useful
        for ancient notation, but may also be useful for some flavours
-       of contemporary music.  If not in raggedright mode, lily will
+       of contemporary music.  If not in ragged-right mode, lily will
        pack as many bars of music as possible into a line, but the
        line will then be stretched to fill the whole linewidth.
 "
   }
 
-\version "2.11.40"
+\version "2.17.6"
 
-\layout {
-  ragged-right = ##t
-}
-
-
-\relative {
-  \override Score.SpacingSpanner #'packed-spacing = ##t
-  c2 d4 f8[ g]
+\relative c' {
+  \override Score.SpacingSpanner.packed-spacing = ##t
+  c2 d4 f8[ g] a
 }