gnu-music-discuss
[Top][All Lists]
Advanced

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

Re: [Gnu-music-discuss] cue context?


From: Han-Wen Nienhuys
Subject: Re: [Gnu-music-discuss] cue context?
Date: Wed, 13 Sep 2000 11:06:03 +0200 (CEST)

address@hidden writes:
>       f'4.-\ff e8 ef4 b! |
>       <
>       \context Voice = vone {
>             r16 [f8 e!16] a2\breathe
>           % This one only works within this voice context
>           % resuming normal fonts at the !!! mark
>           \startcue
>           \clef treble;
>           bf'4^"Vlns."~ [bf8 bf-.]
>           }
>       \context Voice = vtwo {
>            s4 s4\< s8 \!s8 s4 s4
>          }
>       >
>       % !!! (normal fonts resume, they shouldn't

\property XXX.YYY

only affects the current XXX context, in this case the Voice called
vone. The notes that come after the > aren't processed by `vone' but
by a Voice context that is silently created for you when the first
note of the staff is processed.  Just add another \cue  after the > 

-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/



reply via email to

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