X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-packed.ly;h=e5d415761fd32feb7c1b3af4d1d35070d7f1c216;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=c108cb6e119414dac0236849d46c54c3c08343c0;hpb=955af9fce88bfb74caf1b02e36362cfbcdf91d54;p=lilypond.git diff --git a/input/regression/spacing-packed.ly b/input/regression/spacing-packed.ly index c108cb6e11..e5d415761f 100644 --- a/input/regression/spacing-packed.ly +++ b/input/regression/spacing-packed.ly @@ -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" - -\layout { - ragged-right = ##t -} - +\version "2.19.21" \relative { - \override Score.SpacingSpanner #'packed-spacing = ##t - c2 d4 f8[ g] + \override Score.SpacingSpanner.packed-spacing = ##t + c'2 d4 f8[ g] a }