lilypond-user
[Top][All Lists]
Advanced

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

Slur of voiceTwo colliding with notehead of voiceOne


From: Dominic Neumann
Subject: Slur of voiceTwo colliding with notehead of voiceOne
Date: Thu, 2 Aug 2007 10:18:26 +0200

Hi out there,

the following code produces the collision you can see in the attached image.

How can I move the voiceTwo-note to the right of the voiceOne-note to
avoid this collision?

And how can I tell LilyPond to typeset the last notes (both d2)
side-by-side and not both at the same place?

Dominic

%%%%%% START %%%%%%%%

\version "2.10.25"

\score {
    <<
    \new Staff
    \relative c' {
        <<
        \new Voice = "v1" {
            \voiceOne
            d2 d | d d |
        }
        \new Voice = "v2" {
            \voiceTwo
            \set fontSize = #-2
            f4( g) a2 | f4( e) d2 |
        }
        >>
    }
    >>
}

%%%%%% END %%%%%%

Attachment: slurcollision.png
Description: PNG image


reply via email to

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