]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.48
authorfred <fred>
Thu, 27 Apr 2000 12:38:26 +0000 (12:38 +0000)
committerfred <fred>
Thu, 27 Apr 2000 12:38:26 +0000 (12:38 +0000)
input/bugs/repbar.ly [new file with mode: 0644]

diff --git a/input/bugs/repbar.ly b/input/bugs/repbar.ly
new file mode 100644 (file)
index 0000000..f51ae90
--- /dev/null
@@ -0,0 +1,37 @@
+foo = \notes { \context Voice { \relative c'' {
+\repeat volta 3 { e c d e } \break
+\repeat volta 3 { e c d e }
+}
+}
+}
+\score {
+\context PianoStaff <
+\context Staff = one \foo
+\context Staff = two \foo
+>
+\midi{}
+\paper{}
+}
+foo = \notes { \context Voice { \relative c'' {
+\repeat volta 3 { e c d e } \break
+\repeat volta 3 { e c d e }
+}
+}
+}
+\score {
+\context PianoStaff <
+\context Staff = one \foo
+\context Staff = two \foo
+>
+       \paper {        linewidth = 17.0\cm;
+                       \translator  {
+                               \OrchestralScoreContext
+                               minVerticalAlign = 2.5*\staffheight;
+                       }
+                       \translator {
+                               \StaffContext
+                               \consists Instrument_name_engraver;
+                       }
+       }
+\midi{}
+}