lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur of voiceTwo colliding with notehead of voiceOne


From: Dominic Neumann
Subject: Re: Slur of voiceTwo colliding with notehead of voiceOne
Date: Thu, 2 Aug 2007 11:06:38 +0200

2007/8/2, Gilles THIBAULT <address@hidden>:
>
> > And how can I tell LilyPond to typeset the last notes (both d2)
> > side-by-side and not both at the same place?
> >
>
> The only way i know is by using
> \once \override NoteColumn #'force-hshift = #aNumber
> (see doc 6.3.5 Collision Resolution )
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
> \version "2.10.25"
>
> fhs = { \once \override NoteColumn #'force-hshift = #1.7 }
>
> \score {
>     <<
>     \new Staff
>     \relative c' {
>         <<
>         \new Voice = "v1" {
>             \voiceOne
>             d2 d | d d |
>         }
>         \new Voice = "v2" {
>             \voiceTwo
>             \set fontSize = #-2
>    \fhs f4( g) a2 | \fhs f4( e) d2 |
>         }
>         >>
>     }
>     >>
> }
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>


Thanks, this works good! And if I put the \fhs before the last d2 of
the second voice, the other problem is also solved.

Thank you very much!




reply via email to

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