X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-tweak.ly;h=b614b827bede0dac0a15debd1bc011a90335a797;hb=c4e6444c7b022fa314f7ca36e385fdf44127a7fd;hp=8a4121ff4b92b65f423b4c0025ad20e2559656ab;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/staff-tweak.ly b/input/regression/staff-tweak.ly index 8a4121ff4b..b614b827be 100644 --- a/input/regression/staff-tweak.ly +++ b/input/regression/staff-tweak.ly @@ -1,27 +1,28 @@ -\version "2.1.22" +\version "2.19.21" \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'4 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 +>> + +