]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/repbar.ly
release: 1.3.48
[lilypond.git] / input / bugs / repbar.ly
1 foo = \notes { \context Voice { \relative c'' {
2 \repeat volta 3 { e c d e } \break
3 \repeat volta 3 { e c d e }
4 }
5 }
6 }
7 \score {
8 \context PianoStaff <
9 \context Staff = one \foo
10 \context Staff = two \foo
11 >
12 \midi{}
13 \paper{}
14 }
15 foo = \notes { \context Voice { \relative c'' {
16 \repeat volta 3 { e c d e } \break
17 \repeat volta 3 { e c d e }
18 }
19 }
20 }
21 \score {
22 \context PianoStaff <
23 \context Staff = one \foo
24 \context Staff = two \foo
25 >
26         \paper {        linewidth = 17.0\cm;
27                         \translator  {
28                                 \OrchestralScoreContext
29                                 minVerticalAlign = 2.5*\staffheight;
30                         }
31                         \translator {
32                                 \StaffContext
33                                 \consists Instrument_name_engraver;
34                         }
35         }
36 \midi{}
37 }