Hi Kieren,

%%%%%%
\version "2.19"

global = {
  \time 4/4
  s1
  \repeat volta 1 { s1 }
}

\score {
  <<
    \new RhythmicStaff <<
      \global
      {
        a1
        \once \override RhythmicStaff.BarLine.stencil =
          #(lambda (grob)
             (ly:bar-line::print grob)
              (grob-interpret-markup grob #{
                \markup
                \translate #'(.3 . -1)
                \override #'(thickness . 2)
                \concat
                {
                  \draw-line #'(0 . 2)
                  \hspace #.3
                  \draw-line #'(0 . 2)
                }
                #}))
        a
        \once \override RhythmicStaff.BarLine.stencil =
          #(lambda (grob)
             (ly:bar-line::print grob)
              (grob-interpret-markup grob #{
                \markup
                \translate #'(0.5 . -1)
                \override #'(thickness . 2)
                \concat
                {
                  \draw-line #'(0 . 2)
                  \hspace #.3
                  \draw-line #'(0 . 2)
                }
                #}))
      } >>
    \new Staff << \global { c''1 c'' } >>
  >>
}
%%%%%%

Cheers,
Pierre

2015-06-17 20:07 GMT+02:00 Kieren MacMillan <[email protected]>:

> 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.
> ________________________________
>
> Kieren MacMillan, composer
> ‣ website: www.kierenmacmillan.info
> ‣ email: [email protected]
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to