]> git.donarmstrong.com Git - lilypond.git/blob - input/test/staff-bracket.ly
update syntax in .ly files.
[lilypond.git] / input / test / staff-bracket.ly
1 \version "1.7.6"
2
3 \score
4 {
5   \context StaffGroup = a < 
6     % this is broken until further notice -- see refman
7     % \property Staff.StaffSymbol \override #'line-count = #4
8     \context Staff \outputproperty #(make-type-checker 'staff-symbol-interface)
9       #'line-count = #4
10     \context PianoStaff = b <
11       \context Staff = "c" \notes\relative c'' { b1 }
12       \context Staff = "d" \notes\relative c'' { b1 }
13     >
14   >
15
16   \paper {
17         indent=100.0\mm
18         linewidth=150.0\mm
19     \translator
20     {
21       \StaffContext
22       \consists Instrument_name_engraver
23     }
24   }
25 }
26 %% new-chords-done %%