lilypond-user
[Top][All Lists]
Advanced

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

Re: 1.6.5 - is this a memory issue? or my mistake?


From: Mats Bengtsson
Subject: Re: 1.6.5 - is this a memory issue? or my mistake?
Date: Mon, 10 Feb 2003 16:00:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Adding note head to incompatible stem (type = 8):
 r1 s1 \stemDown f
                         ,2 s2


This typically happens when you have two separate lines of
music in the same Voice context. What you probably want to
do is something like

<\context Voice=upper {\voiceOne c4 d e f | g a b c}
 \context Voice=lower {\voiceTwo c2 f | g e }>

What's important here is the different names given to the
two voices. The macros \voiceOne and \voiceTwo are described
in the tutorial and in the reference manual.

    /Mats






reply via email to

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