lilypond-1.1.67
[lilypond.git] / input / test / bar-scripts.ly
blobbe26a05b5f75cf68e637c8680224dc1af7deccbb
2 \version "1.1.66";
4 onestaff = \context Staff = foo\notes {
5 \property Staff.instr = instr
6 \property Staff.instrument = instrument \mark "B";
7 c1 \mark "A"; \break c2 c2 \break
10 grstaff = \notes \context GrandStaff <
11 \context Staff = bar {
13 \property Staff.instr = instr
15 \mark "B"; \break c1 \mark "A"; c2 }
16 \context Staff = bufl { c1 c2 }
19 scpaper = \paper {\translator {\OrchestralScoreContext}}
20 stpaper = \paper{ \translator {\BarNumberingStaffContext }}
22 scscore = \score { \grstaff \paper {
23 \scpaper
27 stscore = \score { \onestaff \paper {
28 \stpaper
31 %\score {\stscore}
32 \score {\scscore
33 \header { title = "bar scripts"; }