X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-tweak.ly;h=ab1cbfe0e625547a150465896220010f62738569;hb=4ef9b950a09e2b8e073017a8e427ab48c8ed1d0b;hp=caa0ee6484e730288057a566f92d577780b5c2b8;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/staff-tweak.ly b/input/regression/staff-tweak.ly index caa0ee6484..ab1cbfe0e6 100644 --- a/input/regression/staff-tweak.ly +++ b/input/regression/staff-tweak.ly @@ -1,26 +1,28 @@ -\version "2.3.17" +\version "2.10.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 } -\score { - << - \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 +>> + +