X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnumber-staff-lines.ly;h=fdb44a041be22b8af9a261571a16ddaf0d17d8f2;hb=ff22b3332b1089d38226f15a72040d8cbc202c12;hp=9e65db846df84c4e4f9c899fe370128b82df8a43;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/number-staff-lines.ly b/input/regression/number-staff-lines.ly index 9e65db846d..fdb44a041b 100644 --- a/input/regression/number-staff-lines.ly +++ b/input/regression/number-staff-lines.ly @@ -1,21 +1,17 @@ -\version "1.9.1" +\version "2.17.6" \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 ":|." }