lilypond-user
[Top][All Lists]
Advanced

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

Re: rest collision


From: fiëé visuëlle
Subject: Re: rest collision
Date: Sun, 11 Oct 2009 00:50:40 +0200

Am 2009-10-10 um 19:57 schrieb James E. Bailey:
please consider this snippet:

\context Staff = StOne <<
        \time 3/4
        \context Voice = "main" {
                \relative c' {
                        e4 r e
                }
        }
        \context Voice = "secondary" {
                \relative c' {
                        \override NoteHead #'font-size = #-3
                        \stemDown
                        s e s
                }
        }
>>

The rest of voice "main" is placed below voice "secondary"'s note stem - why, since there's enough space above? And how can I avoid that?

The \voiceOne \voiceTwo constructs solve this problem. You can read more in the Notation Reference under 1.5.2 Multiple Voices


http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Multiple-voices

Thank you - I read that page several times before.
It's not that easy, since the whole piece is much longer and I need the alternate voice only in some places. So I'll use a temporary new voice for the colliding places (as in "Temporary polyphonic passages"). A bit complicated, but it works.

Greetlings from Lake Constance
---
fiëé visuëlle
Henning Hraban Ramm
http://www.fiee.net
http://angerweit.tikon.ch/lieder/
https://www.cacert.org (I'm an assurer)






reply via email to

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