On 10.10.2009, at 17:42, fiëé visuëlle wrote:

Ahoi,
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?


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)




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


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

James E. Bailey



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

Reply via email to