Hi, I'm using LilyPond to create drumming exercise sheets. I'm trying to format the output to have two exercises per line, each one enclosed in repeat bars. Below is a snip from the attached .ly file which demonstrates my problem. I have reduced my code to the bare minimum which still reproduces the problem. I have tried what seems like a million different variations of this code, but no matter what I try, the ending repeat bar is swallowed by the engraver. Interestingly, when more lines are added, they do not display the ending repeat bar either. Only the final repeat bar of the file displays.
Any help with this issue would be greatly appreciated. \drummode { \stemUp \time 4/4 \mark "1" \bar ".|:" \repeat volta 2 { sn4 _ "R" sn _ "L" sn _ "R" sn _ "L" } \bar ":|.|:" \mark "2" \repeat volta 2 { sn4 _ "R" sn _ "L" sn _ "R" sn _ "L" } % Repeat bar will not display: \bar ":|." \break \time 4/4 \mark "3" \bar ".|:" \repeat volta 2 { sn4 _ "R" sn _ "L" sn _ "R" sn _ "L" } \bar ":|.|:" \mark "4" \repeat volta 2 { sn4 _ "R" sn _ "L" sn _ "R" sn _ "L" } \break } RepeatBarIssue.ly <http://lilypond.1069038.n5.nabble.com/file/n199659/RepeatBarIssue.ly> -- View this message in context: http://lilypond.1069038.n5.nabble.com/Ending-repeat-bar-not-rendering-tp199659.html Sent from the User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user