X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=fdb44a041be22b8af9a261571a16ddaf0d17d8f2;hb=d46572826e777ed3e9fa4656535a6e9000f2ed9e;hp=69a798e1647d093ed4d21596f252b9036b04aa40;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 69a798e164..fdb44a041b 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "2.3.4" +\version "2.17.6" \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 ":|" - } - \paper { -\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 ":|." }