X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-tweak.ly;h=0240b0d88ecef3649dc3ad4256bd769fda5e4356;hb=acc82015cd07a2021e373a9fe43cb8c84c365146;hp=fcc21b8f442731f8eee387f3ed1c2721fa8e07d0;hpb=f0da063c7a52889d36d0ee293b76c390096b0a1f;p=lilypond.git diff --git a/input/regression/staff-tweak.ly b/input/regression/staff-tweak.ly index fcc21b8f44..0240b0d88e 100644 --- a/input/regression/staff-tweak.ly +++ b/input/regression/staff-tweak.ly @@ -1,30 +1,28 @@ -\version "2.1.7" +\version "2.16.0" \header { -texidoc = "The staff is a grob, and may be adjusted as well: this one - shows a staff with 6 thick line, and a slightly large staffspace. -Beams remain correctly quantized." + 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 { - \property - Staff. StaffSymbol \set #'thickness = #2.0 - \property - Staff.StaffSymbol \set #'line-count = #6 - \property - Staff.StaffSymbol \set #'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 +>> + +