[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Han-Wen Nienhuys |
Subject: |
Re: (no subject) |
Date: |
Tue, 11 Sep 2001 15:37:56 +0200 |
address@hidden writes:
> The problem I encountered aroused when I was merging between voices by
> changing explicitly their contex. It did not work with short notes. For
> example, check following
> \translator Staff = treble \context Voice = tre
> d''
> e'' % this note belongs to a wrong context
This is not a bug.
"\context Foo" always takes one musical argument. If you want to
apply it to two notes, you should do
\context Foo note1 \context Foo note2
or
\context Foo { note1 note2 }
--
Han-Wen Nienhuys | address@hidden | http://www.cs.uu.nl/~hanwen/
- Re: (no subject), Heikki Johannes Junes, 2001/09/10
- Re: (no subject),
Han-Wen Nienhuys <=