X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=b3296f865422840f438ee9ff68d8c30b77295c1a;hb=c790b5919ec06fb292e380a2d3d7856e86f16417;hp=f660f33fa44e105ad30a2f676768d572880f58b2;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index f660f33fa4..b3296f8654 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "2.4.0" +\version "2.10.0" \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 \relative c { - c' c c c | g' g g g \bar ":|" - } - \layout { -\context { \Staff -\override StaffSymbol #'line-count = #3 -} } - \midi { } +\new Staff \with { + \override StaffSymbol #'line-count = #3 +} +\relative c { + c' c c c | g' g g g \bar ":|" }