Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Thank you Simon. Thomas, your solution works very well too and it’s seems easier to use. Thank you very much for your help. Best regards, Alexis. > Le 22 mars 2016 à 23:10, Simon Albrecht a écrit : > > On 22.03.2016 23:01, Alexis Maleval wrote: >> Hi Thomas, >> thanks

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Simon Albrecht
On 22.03.2016 23:01, Alexis Maleval wrote: Hi Thomas, thanks for your support, unfortunately I wasn’t able to open the two files, are they encrypted? No, they aren’t. I can open them just fine. See in case they didn’t

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Hi Thomas, thanks for your support, unfortunately I wasn’t able to open the two files, are they encrypted? Regards, Alexis. > Le 22 mars 2016 à 22:19, Thomas Morley a écrit : > > Type: TEXT/PLAIN; > charset=UTF-8 > > 2016-03-22 15:57 GMT+01:00 Thomas Morley

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
> \new StaffGroup << > \new Staff \relative c' { >c4 d e f >\repeat volta 2 { > \addUpperWing #"[" > g a b c > d e f g > \addUpperWing #"]" > } > s8 > } > \new Staff \relative c { >\clef F >c4 d e f >\repeat volta 2 { &

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:57 GMT+01:00 Thomas Morley : > Lemme think a bit more about the problem. In the past I tried > different methods to solve it, none of it convincing. > But maybe I'll get a better or at least new idea soon ... Attached best I can do for today. Too tired

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Klaus Blum
e f g } s8 } \new Staff \relative c, { \clef F c4 d e f \repeat volta 2 { \addLowerWing #"[" g a b c d e f g \addLowerWing #"]" } s8 } >> % -----------

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Marc Hohl
Am 22.03.2016 um 14:20 schrieb Malte Meyn: Am 22.03.2016 um 14:03 schrieb Alexis Maleval: Hi, I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves. Probably this isn’t possible yet; Yep. I rewrote the bar line stuff some years ago and

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Thomas Morley writes: > 2016-03-22 15:46 GMT+01:00 David Kastrup : > >> And once you cater for that, the output is, uh, creative? > > > lol > > http://lilypond.1069038.n5.nabble.com/attachment/58326/1/barlineOmegaBild.png > shows how it was meant to be

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:46 GMT+01:00 David Kastrup : > And once you cater for that, the output is, uh, creative? lol http://lilypond.1069038.n5.nabble.com/attachment/58326/1/barlineOmegaBild.png shows how it was meant to be Cheers, Harm ___

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Thomas Morley
2016-03-22 15:25 GMT+01:00 Alexis Maleval : > Thank you guys your quick answers and explanation. > Here is attached an actual compilable example. > > > > By the way I’ve found this > ttp://lilypond.1069038.n5.nabble.com/repeat-barlines-with-wings-td58324.html >

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
David Kastrup writes: > Alexis Maleval writes: > >> Thank you guys your quick answers and explanation. >> Here is attached an actual compilable example. >> >> >> >> By the way I’ve found this >>

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Alexis Maleval writes: > Thank you guys your quick answers and explanation. > Here is attached an actual compilable example. > > > > By the way I’ve found this > ttp://lilypond.1069038.n5.nabble.com/repeat-barlines-with-wings-td58324.html > Unfortunately the suggested

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
Thank you guys your quick answers and explanation.Here is attached an actual compilable example. winged.ly Description: Binary data By the way I’ve found this ttp://lilypond.1069038.n5.nabble.com/repeat-barlines-with-wings-td58324.html Unfortunately the suggested solution uses 2.12.3 and throws

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread David Kastrup
Alexis Maleval writes: > 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

Re: Winged repeat bar line unique over multiple staves

2016-03-22 Thread Malte Meyn
Am 22.03.2016 um 14:03 schrieb Alexis Maleval: Hi, I would like to know how to prevent a winged repeat bar line to be split when it has to cover 2 staves. Probably this isn’t possible yet; a BarLine is put together from the bar lines of every single staff plus the SpanBars between the

Winged repeat bar line unique over multiple staves

2016-03-22 Thread Alexis Maleval
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 = #":|]"