lilypond-user
[Top][All Lists]
Advanced

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

Re: Falls and doits for a chord


From: Massimo Lovato
Subject: Re: Falls and doits for a chord
Date: Tue, 07 Jun 2011 14:55:53 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

Ciao Federico.
    Thank you very much for your reply.
I tried your solution, and I think I have no alternatives. The problem is that it isn't a "real" chord, because the notes aren't well vertical aligned.
Ok, many many thanks.
Massimo


Il 06/06/2011 21:49, Federico Bruni ha scritto:
Il giorno ven, 03/06/2011 alle 20.53 +0000, Massimo ha scritto:
Good evening.
I want to know if it's possible to add falls and doits to a chord. I tried in
several ways, but no one worked.

Thank you
Massimo

Ciao Massimo,

search "bendAfter chord" in the lilypond-user archives and you'll see
that you are not the first person who asks this question and gets no
reply:

http://lists.gnu.org/archive/html/lilypond-user/

So my first guess is: it's not supported.  But some expert user should
confirm it.

If I try, I get a programming error:
"must have Item for spanner bound of BendAfter"

Unfortunately, I can't find any snippet in the LSR.

You can make it work by using two voices instead of a chord:
http://lists.gnu.org/archive/html/lilypond-user/2008-10/msg00610.html

(you won't have the clashing note columns problem if each voice is
enclosed by brackets)

For example:

\version "2.14.0"

\score {
   \new Staff {
     <<
       { c1-\bendAfter #+5 }
       \\
       { g1-\bendAfter #+5 }
     >>
    }
}





reply via email to

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