X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-tweak.ly;h=53b0affb6da88379cc4f392e03f11b35305134eb;hb=68cf70682a542701a918f8bfff50f2b8b85f84e2;hp=dc1c776643b097bae976e59c73c53e31d96eb08a;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/staff-tweak.ly b/input/regression/staff-tweak.ly index dc1c776643..53b0affb6d 100644 --- a/input/regression/staff-tweak.ly +++ b/input/regression/staff-tweak.ly @@ -1,26 +1,28 @@ -\version "2.1.30" +\version "2.12.0" \header { -texidoc = "The staff is a grob (graphical object) which may be adjusted as well, for example, to have 6 thick lines and a slightly large @code{staff-space}. + texidoc = "The staff is a grob (graphical object) which may be adjusted as well, for example, to have 6 thick lines and a slightly large @code{staff-space}. However, beams remain correctly quantized." } +\layout { + ragged-right = ##t +} + + +mus = \relative c' { c4 g' d'8 d d d } -mus = \notes \relative c' { c4 g' d'8 d d d } -\score { - \notes << - \new Staff { - \override Staff.StaffSymbol #'thickness = #2.0 - \override Staff.StaffSymbol #'line-count = #6 - \override Staff.StaffSymbol #'staff-space = #1.1 - \mus - } +<< + \new Staff { + \override Staff.StaffSymbol #'thickness = #2.0 + \override Staff.StaffSymbol #'line-count = #6 + \override Staff.StaffSymbol #'staff-space = #1.1 \mus - >> - \paper { - raggedright = ##t } -} + \mus +>> + +