]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-packed.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / spacing-packed.ly
index c108cb6e119414dac0236849d46c54c3c08343c0..c6c7aeffc24342d3b390030adaaf50830e7b45c6 100644 (file)
@@ -1,23 +1,18 @@
 \header {
   texidoc = "
        In packed mode, pack notes as tight as possible.  This makes
-       sense mostly in combination with raggedright mode: the notes
+       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
-       pack as much bars of music as possible into a line, but the
+       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.14.0"
 
-\layout {
-  ragged-right = ##t
-}
-
-
-\relative {
+\relative c' {
   \override Score.SpacingSpanner #'packed-spacing = ##t
-  c2 d4 f8[ g]
+  c2 d4 f8[ g] a
 }