]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-packed.ly
Print out header fields as PDF metadata; Add simple markup->string function
[lilypond.git] / input / regression / spacing-packed.ly
index a7bb43c8bb5e8d449d9a680ff85613f99e7e63ed..0023f613cdfb5ced227634d2f1e3d12f0d5d106d 100644 (file)
@@ -1,23 +1,18 @@
 \header {
   texidoc = "
        In packed mode, pack notes as tight as possible.  This makes
 \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
        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.
 "
   }
 
        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.12.0"
 
 
-\layout {
-  ragged-right = ##t
-}
-
-
-\relative {
+\relative c' {
   \override Score.SpacingSpanner #'packed-spacing = ##t
   \override Score.SpacingSpanner #'packed-spacing = ##t
-  c2 d4 f8[ g]
+  c2 d4 f8[ g] a
 }
 }