X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=9470e3a9f1bb9d651ae259a3a1803c0b02c595bf;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=ce26f36bef1d9ae7deebf2f2fbd3c3af4a870cd7;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index ce26f36bef..9470e3a9f1 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "2.1.36" +\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 { -\context { \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 ":|." }