From: fred Date: Thu, 27 Apr 2000 12:38:26 +0000 (+0000) Subject: lilypond-1.3.48 X-Git-Tag: release/1.5.59~5742 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=164368b46e98d3de28c8704503df7875ec522d24;p=lilypond.git lilypond-1.3.48 --- diff --git a/input/bugs/repbar.ly b/input/bugs/repbar.ly new file mode 100644 index 0000000000..f51ae90b81 --- /dev/null +++ b/input/bugs/repbar.ly @@ -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{} +}