X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=72ce5649fa3032ecddfac8eeb50158adcf4c1515;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=b7ee88fdc058e64a05ffaae4a17ea0ee4ee2eee7;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index b7ee88fdc0..72ce5649fa 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,20 +1,17 @@ -\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. "; +\version "2.12.0" +\header{ + 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 - } - \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 ":|" +} +