lilypond-user
[Top][All Lists]
Advanced

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

Re: Whole note bracket


From: Thomas Morley
Subject: Re: Whole note bracket
Date: Thu, 4 Apr 2013 20:24:19 +0200

2013/4/4 Rustik <address@hidden>:
> Thomas Morley wrote
>> ... but it might give you starting-point.
>>
>>
>> vertical-brackets-02.ly (10K)
>> &lt;http://lilypond.1069038.n5.nabble.com/attachment/136823/0/vertical-brackets-02.ly&gt;
>> vertical-brackets-02.png (47K)
>> &lt;http://lilypond.1069038.n5.nabble.com/attachment/136823/1/vertical-brackets-02.png&gt;
>
> Thank you for example! But it is too big and complicated. Tell me please
> only how can I make right-aligned bracket «]» by \arpeggio command.
> Thank you in advance for the answer.

Hi,

how about:

\version "2.16.2"

\relative c' {
        \override Arpeggio #'direction = #RIGHT
        \override Arpeggio #'rotation = #'(180 0 0)
        \override Arpeggio #'positions = #'(-2.8 . -2.4)
        \arpeggioBracket
        <c e>\arpeggio
}


-Harm



reply via email to

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