lilypond-user
[Top][All Lists]
Advanced

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

Re: arpeggio problems


From: Kieren MacMillan
Subject: Re: arpeggio problems
Date: Mon, 1 Sep 2008 06:53:31 -0400

Hi all,

As a workaround, you could add invisible note heads to the chord.
yes, that works - but ....

Why not use #'positions?

%%%%%%%%%%
\version "2.11.56"
\paper { line-width = 5\in }

music = \relative c''
{
        <c d>1\arpeggio
        \once \override Arpeggio #'positions = #'(-1 . 1) <c d>\arpeggio
        <c d>1\arpeggio
}

\score { \music }
%%%%%%%%%%

Hope this helps!
Kieren.




reply via email to

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