2008/5/6 Neil Puttock <[EMAIL PROTECTED]>:
> Hi Alberto,
>
>  2008/5/6 Alberto Simões <[EMAIL PROTECTED]>:
>
>
>  >  Sorry to bother a little more.
>  >  Any hint on why it doesn't work on this case?
>  >
>  >
>  >  << { \override Staff.NoteCollision #'merge-differently-headed = ##t
>  >      \override Staff.NoteCollision #'merge-differently-dotted = ##t
>  >      f4 f' f } \\ { f,2. } >>
>
>  LilyPond won't merge crotchets and minims because it makes them look
>  the same. In your example, if a merge were allowed, your dotted minim
>  would look just like a dotted crotchet.
>
>  I assume you want the dotted note to remain a minim; if so, the trick
>  is to scale the duration of the crotchet so it appears to be a minim:
>
>
>  << { \override Staff.NoteCollision #'merge-differently-headed = ##t
>     \override Staff.NoteCollision #'merge-differently-dotted = ##t
>       f2*1/2 f' f } \\ { f,2. } >>
>
>  Regards,
>  Neil
>

Oops, I forgot to reset the duration; here's the correct snippet. :)

 << { \override Staff.NoteCollision #'merge-differently-headed = ##t
   \override Staff.NoteCollision #'merge-differently-dotted = ##t
     f2*1/2 f'4 f } \\ { f,2. } >>


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

Reply via email to