X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=9470e3a9f1bb9d651ae259a3a1803c0b02c595bf;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=3a049263ff7d158ce3013514c26e48779bd1c398;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 3a049263ff..9470e3a9f1 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "2.3.22" +\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 \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 | g' g g g \bar ":|." }