lilypond-user
[Top][All Lists]
Advanced

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

Re: clef change in first bar with cue notes


From: Han-Wen Nienhuys
Subject: Re: clef change in first bar with cue notes
Date: Thu, 29 Dec 2005 03:44:27 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Maarten Storm wrote:
Thanks! The clef problem is solved.
How can I change the stemdirection when I do another queDuring from the same quote?

I guess something like


 << \cueDuring ...stuff..
    \context Voice=cue { \stemUp }
 >>


Ok. But it's not possible to change stem direction within an addquote{} block?

No, you'll have to do soemthing like

  \context Voice = cue { \stemUp s4 \stemDown ... }


Or is there an event I should add in

\set Staff.quotedEventTypes =
      #'(note-event rest-event text-script-event slur-event tie-event)

to do this?

No. Stem direction changes are property settings. They are not events, and can't be caught like this.



--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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