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: Wed, 28 Dec 2005 17:58:34 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)

Maarten Storm wrote:

  \new Staff \relative <<
    \globals
    \context Voice = cue { \smaller \stemUp }
    \set Score.skipBars = ##f
    \new Voice  {
      \stemUp
      \cueDuring #"piano" #1
      {
    \partial 8 s8
    \clef treble
    \bar ""
    R4.*3 | R4.*3 | R4.*3 | R4.*3
      }
      \clef tenor \untransposed
    }


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 }
 >>


Maarten



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




reply via email to

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