X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=9470e3a9f1bb9d651ae259a3a1803c0b02c595bf;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=830d4702d1da4ccd893d0c74d954579d11e7cf59;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 830d4702d1..9470e3a9f1 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "2.1.28" +\version "2.19.21" \header{ -texidoc=" The number of stafflines of a staff can be set. Ledger + 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 -\override StaffSymbol #'line-count = #3 -} } - \midi { } +\new Staff \with { + \override StaffSymbol.line-count = #3 +} +\relative { + c' c c c | g' g g g \bar ":|." }