Re: Spanner start and end in different voices or hack

2024-06-13 Thread Werner LEMBERG
> I’d like for the bracket to extend to the end of the bar. [...] If you use `<< { } // { } >>`, the voices are using names '0', '1', etc. However, if you use `<< { } \new Voice { } >>`, the name of the first voice in `<<>>` doesn't change. This might lead to the following solution. ``` \vers

Spanner start and end in different voices or hack

2024-06-13 Thread Fennel
I have this snippet: \version "2.24.3" \layout { \context { \Voice \consists Horizontal_bracket_engraver } } \relative c'' { a8 a b\startGroup b\stopGroup << {c4 d} \\ {a2} >> } [image.png] I’d like for the bracket to extend to the end of the bar. Of course the “simple solution”