lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Winged repeat bar line unique over multiple staves


From: Alexis Maleval
Subject: Winged repeat bar line unique over multiple staves
Date: Tue, 22 Mar 2016 14:03:01 +0100

Hi,
I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves.

Currently I'm using the following code :

\layout {
  \context {
    \Score
    %% Changing the defaults from engraver-init.ly
    startRepeatType = #"[|:"
    endRepeatType = #":|]"
    doubleRepeatType = #":|][|:"
  }
}

It gives :

But what I want is :

With the standard RepeatType the bar is not split but I don’t have the wings.
I would really appreciate if you could give me a hint.

Thanks
Alexis

reply via email to

[Prev in Thread] Current Thread [Next in Thread]