X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=a0ea6d89cf5b757a0f1c35eacd4c52769dc6006b;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=5494d66c52951d63681047077ebf5b08dcf8e823;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 5494d66c52..a0ea6d89cf 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,19 +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.14.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 ":|" +} +