X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=fdb44a041be22b8af9a261571a16ddaf0d17d8f2;hb=a1936b89236c17f1fa2abcb8f2f747d586073129;hp=efdd48d2095df8d17396908e67e87e8f4fa5e17e;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index efdd48d209..fdb44a041b 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "1.9.4" +\version "2.17.6" \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 ":|." }