From 164368b46e98d3de28c8704503df7875ec522d24 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 27 Apr 2000 12:38:26 +0000 Subject: [PATCH] lilypond-1.3.48 --- input/bugs/repbar.ly | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 input/bugs/repbar.ly 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{} +} -- 2.39.5