lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\startGroup and \=


From: Malte Meyn
Subject: \startGroup and \=
Date: Sat, 11 Nov 2017 11:44:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

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
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]