lilypond-user
[Top][All Lists]
Advanced

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

Collision


From: Mark Garner
Subject: Collision
Date: Sat, 16 Dec 2006 20:36:38 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

I'm working on an organ score for my wife and there is some notation that (to 
me) seems to trip up lilypond.

There are three voices on one staff:
one with a quarter note on f at the top of the treble cleff slurred to a 
quarter note on g at the top of the treble cleff
one that is the same thing, but down an octave
the third voice is a half note on b inbetween.

Here is the source:

\header {
    title = "Complicated Slurring"
    composer = "Mark"
    enteredby="Mark Garner"
}

\version "2.10.0"

partOne = \relative c'' {
f4 (g4) r4 r4
}

partTwo = \relative c' {
f4 (g4) r4 r4
}

partThree = \relative c'' {
b2 r4 r4
}

(Put them all together on one staff)

What happens is that the half note's stem collides with the other notes making 
it look like it is stemmed with the quarter note.

What I'd like to do would be to nudge the half note over just a little so that 
this didn't happen.

Any comments or help would be appreciated.

Mark






reply via email to

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