2015-06-17 20:07 GMT+02:00 Kieren MacMillan <kieren_macmil...@sympatico.ca>: > Hello all, > > In the following [minimal] snippet, > > \version "2.19" > > global = { > \time 4/4 > s1 > \repeat volta 1 { s1 } > } > > \score { > << > \new RhythmicStaff << \global { a1 a } >> > \new Staff << \global { c''1 c'' } >> > >> > } > > I would like to have the RhythmicStaff *not* have repeat barlines, e.g., > maybe just “||” double bars. > What’s the easiest way? I can’t seem to find the right incantation… > > Thanks, > Kieren.
How about: \version "2.19" global = { \time 4/4 s1 \set RhythmicStaff.whichBar = "||" \repeat volta 1 { s1 } } \score { << \new RhythmicStaff << \global { a1 a } >> \new Staff << \global { c''1 c'' } >> >> } At least it seems to work in the minimal example. Cheers, Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user