2013/4/4 Rustik <[email protected]>:
> Thomas Morley wrote
>> ... but it might give you starting-point.
>>
>>
>> vertical-brackets-02.ly (10K)
>> <http://lilypond.1069038.n5.nabble.com/attachment/136823/0/vertical-brackets-02.ly>
>> vertical-brackets-02.png (47K)
>> <http://lilypond.1069038.n5.nabble.com/attachment/136823/1/vertical-brackets-02.png>
>
> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user