Hi list,

it seems like \= doesn’t work for \startGroup and \stopGroup as it does for slurs and phrasing slurs. Any ideas how to achieve the same effect for analysis brackets?

Cheers,
Malte

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.19.80"

% this is nice
\relative {
  \cadenzaOn
  g\=1(
  a b c\=2(
  d e\=1)
  f g a\=2)
}

% this *would be* nice
\new Voice \with {
  \consists Horizontal_bracket_engraver
} \relative {
  \cadenzaOn
  g\=1\startGroup
  a b c\=2\startGroup
  d e\=1\stopGroup
  f g a\=2\stopGroup
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to