X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=e55b8e63a89d4fc2cf9f699d942dc2e9be733b8e;hb=d1f48da743130a7cbb74d04a5d96afb66aacd0a7;hp=fa9deb01a2e8c908db13e4219f67998015a757ef;hpb=8083c316e4cdb818e5ca3a00281ea8a4c575e80e;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index fa9deb01a2..e55b8e63a8 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,20 +1,17 @@ -\version "1.7.18" + +\version "2.7.13" \header{ -texidoc=" The number of stafflines of a staff can be set. Ledger -lines both on note heads and rests are adjusted. Barlines also are -adjusted. " + 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 -StaffSymbol \override #'line-count = #3 -} } - \midi { } +\new Staff \with { + \override StaffSymbol #'line-count = #3 +} +\relative c { + c' c c c | g' g g g \bar ":|" } -%% new-chords-done %% +