2007/7/26, Gilles THIBAULT <[EMAIL PROTECTED]>:

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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to