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: Federico Bruni
Subject: Re: Falls and doits for a chord
Date: Tue, 07 Jun 2011 22:59:01 +0200

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]