On 27-Sep-05, at 5:46 AM, Sven Axelsson wrote:
Is this really how it's supposed to work? The below code puts a
bracket over a b c and not only over b c as expected.
Remember that lilypond is almost all postfix notation. :)
(think of the behavior of a slur or beams)
Cheers,
- Graham
%
Is this really how it's supposed to work? The below code puts a bracket over a b c and not only over b c as expected.
\version "2.7.10"
\new Staff \with { \consists "Horizontal_bracket_engraver" }\relative c'' { a \startGroup b c \stopGroup d } -- Sven Axelsson
__