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: Thu, 09 Jun 2011 23:34:31 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

Works very well!
Many thanks!
Massimo


Il 07/06/2011 22:59, Federico Bruni ha scritto:
Il giorno mar, 07/06/2011 alle 14.55 +0200, Massimo Lovato ha scritto:
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, I see the problem.
This snippet should work as you wish (hopefully):

\version "2.14.0"

\score {
   \new Staff {
     <<
       { \voiceOne c2-\bendAfter #+5 }
       \\
       { \voiceThree g2-\bendAfter #+5 }
     >>
    }
}
\layout {
   \context {
     \Staff
     \override NoteColumn #'ignore-collision = ##t
   }
}





reply via email to

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