Konstatin Heuer <konstantin.heuer <at> neophon.eu> writes:

> Is it possible to get the same result like with 
> 
> \remove "System_start_delimiter_engraver"
> 
> between some Staffs only?
> 
> So as to synchronize several GrandStaffs, that are not meant to be one 
score. 
>

I suspect that I have misunderstood you, but you can ask each
GrandStaff to print a start bar inside its curved brace:

\layout {
  \context {\Score \remove System_start_delimiter_engraver }
  \context {\GrandStaff 
  systemStartDelimiterHierarchy = #'(SystemStartBar (SystemStartBrace 1 2 3))
}}
<<
  \new GrandStaff <<
    \transpose c c'' { c d e f g a b c'}
    \transpose c c'' { c d e f g a b c'}
    \transpose c c'' { c d e f g a b c'} >>
  \new GrandStaff <<
    \transpose c c'' { c d e f g a b c'}
    \transpose c c'' { c d e f g a b c'} >> >>



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

Reply via email to