X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Ftest%2Fstaff-bracket.ly;h=021e7a3a62d0d026a42786af6404acb510c356bc;hb=59566db06793e38a8805f75d2ee80970ff2cad0f;hp=dcddbc6acc196d8ec3a42d541feb9c255e2fbc36;hpb=529bf6de3a85fc29fe95490696c89d99cac22ee3;p=lilypond.git diff --git a/input/test/staff-bracket.ly b/input/test/staff-bracket.ly index dcddbc6acc..021e7a3a62 100644 --- a/input/test/staff-bracket.ly +++ b/input/test/staff-bracket.ly @@ -1,4 +1,4 @@ -\version "1.7.18" +\version "2.1.23" \header{texidoc = "@cindex Staff Bracket Here's an example of staff brackets. " @@ -6,26 +6,21 @@ Here's an example of staff brackets. " \score { - \context StaffGroup = a < - % this is broken until further notice -- see refman - % \property Staff.StaffSymbol \override #'line-count = #4 - \context Staff \outputproperty #(make-type-checker 'staff-symbol-interface) - #'line-count = #4 - \context PianoStaff = b < - \context Staff = "c" \notes\relative c'' { b1 } - \context Staff = "d" \notes\relative c'' { b1 } - > - > + \new StaffGroup \notes \relative c'' << + \new Staff { b1 } + \new PianoStaff << + \new Staff \notes { b1 } + \new Staff \notes { b1 } + >> + >> \paper { - indent=100.0\mm - linewidth=150.0\mm \translator { \StaffContext \consists Instrument_name_engraver } - raggedright=##t + raggedright=##t } } -%% new-chords-done %% +