Re: \startStaff after clef change in other staff

2019-07-31 Thread mason
On 07/31, Pierre Perol-Schneider wrote: > \version "2.21.0" > % Option 1: > \score { > << > \new Staff \relative c' { > c4 c c c | > \stopStaff > s1 | > \startStaff > c4 c c c | > } > \new Staff \relative c' { > c4 c c c | > c4 c c c | >

Re: \startStaff after clef change in other staff

2019-07-31 Thread Pierre Perol-Schneider
Yep thank you Simon. This morning I came up to those 2 options, but couldn't go further: \version "2.21.0" % Option 1: \score { << \new Staff \relative c' { c4 c c c | \stopStaff s1 | \startStaff c4 c c c | } \new Staff \relative c' { c4 c c c |

Re: \startStaff after clef change in other staff

2019-07-31 Thread Simon Albrecht
On 31.07.19 08:42, Pierre Perol-Schneider wrote: \once\override Staff.Clef.stencil = ##f AKA \once\omit Staff.Clef ;-) Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \startStaff after clef change in other staff

2019-07-30 Thread Pierre Perol-Schneider
Better output with: -\tweak extra-offset #'(1.9 . -1.55) % <= to be set manually PPS Le mer. 31 juil. 2019 à 08:42, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > Hi Mason, > I couldn't find the correct incantation to modify the StaffSymbol and/or > the BreakAlignment prop

Re: \startStaff after clef change in other staff

2019-07-30 Thread Pierre Perol-Schneider
Hi Mason, I couldn't find the correct incantation to modify the StaffSymbol and/or the BreakAlignment properties... So here's a hacky way, HTH: \version "2.21.0" \score { << \new Staff \relative c' { c4 c c c | \stopStaff s1 \startStaff c4 c c c | } \ne

\startStaff after clef change in other staff

2019-07-30 Thread mason
When a staff that has previously been stopped with \stopStaff is restarted with \startStaff on the first beat of a measure, and this coincides with a clef change in another staff, the first staff begins at the clef instead of the barline. %%% begin MWE %%% \version "2.21.0" \score { << \ne