2015-06-18 16:46 GMT+02:00 Kieren MacMillan <[email protected]>:

> Hello David (et al.),
>
> > Is there not at least a way to use the existing bar line engraving
> > tools for doing the job?
>
> That is also my question.  =)
>

This seems to work:

\version "2.19"

global = {
  \time 4/4
  s1
  \repeat volta 1 { s1 } s s s \bar "|."
}

\score {
  <<
    \new RhythmicStaff << \global { a1 \bar "||" a \bar "||" a \bar "|" a a
} >>
    \new Staff << \global { c''1 c'' c'' c'' c''  } >>
  >>
  \layout {
    \context {
      \Staff
      \consists Default_bar_line_engraver
      \consists Repeat_acknowledge_engraver
      \consists Timing_translator
    }
  }
}

Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to