X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=72ce5649fa3032ecddfac8eeb50158adcf4c1515;hb=0a7f1c7430c178fbfbe26bb7013acb474718ef1f;hp=9b03a38842fb89ffb5d907aa2ac60bc3bcd92d07;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 9b03a38842..72ce5649fa 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.12.0" \header{ -texidoc=" The number of stafflines of a staff can be set. Ledger -lines both on note heads and rests are adjusted. Barlines also are -adjusted. " + texidoc=" The number of stafflines of a staff can be set. Ledger +lines both on note heads and rests, as well as barlines, are +adjusted accordingly. " } -\score { -\context Voice \notes\relative c { - c' c c c | g' g g g \bar ":|" - } - \paper { -\translator { \StaffContext -StaffSymbol \override #'line-count = #3 -} } - \midi { } +\new Staff \with { + \override StaffSymbol #'line-count = #3 +} +\relative c { + c' c c c | g' g g g \bar ":|" }