]> git.donarmstrong.com Git - lilypond.git/blob - input/test/bar-scripts.ly
895c1b5b261f613d43773e2f565d852587e04215
[lilypond.git] / input / test / bar-scripts.ly
1
2
3
4 \version "1.0.6";
5
6 onestaff = \type Staff = foo\notes  {
7         \property Staff.instr = instr
8         \property Staff.instrument = instrument \mark "B";
9          c1 \mark "A"; \break c2  c2 \break
10 }
11
12 grstaff = \notes \type GrandStaff <
13         \type Staff = bar {
14
15         \property Staff.instr = instr
16         
17          \mark "B"; \break c1 \mark "A"; c2  }
18         \type Staff = bufl { c1 c2  }
19 >
20
21 scpaper =  \paper {\translator {\OrchestralScoreContext}}
22
23
24 stpaper =\paper{ \BarNumberingStaffContext }
25 scscore = \score { \grstaff \paper {
26 \scpaper
27 }}
28
29
30 stscore = \score { \onestaff \paper {
31  \stpaper
32 }}
33
34 \score {\stscore}
35 %\score {\scscore}