lilypond-user
[Top][All Lists]
Advanced

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

Re: grace note leading to chord


From: Valentin Villenave
Subject: Re: grace note leading to chord
Date: Thu, 26 Jul 2007 04:09:49 +0200

2007/7/26, Gilles THIBAULT <address@hidden>:

Yes, i tried something like that but as you can see, the  \acciaccatura is
very far  from the note c''.

I wouldn't say *very* far; of course it helps if you add
\layout { ragged-right = ##t }

It is because the hide note c'' is next to the c'' of  the chord.
So i tried to use :
        \override Staff.NoteCollision #'merge-differently-headed = ##t

That's too complex for me :)
I simply used the following definition, and it works:

\new Staff {
      <<\new Voice {\slurDown
               \acciaccatura b'8
      \hideNotes   \override NoteHead #'X-extent = #'(0.0 . 0.0)
      c''4}
      \new Voice {< e' g' c''>4 }>>
}

V.Villenave




reply via email to

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