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: Maarten Storm
Subject: Re: clef change in first bar with cue notes
Date: Wed, 28 Dec 2005 16:34:13 +0100
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050827)

Han-Wen Nienhuys wrote:




Maarten Storm wrote:

was wondering if someone could help me out with this. I'm working at an arrangment of the Cesar Franck sonata and want to have the first 4 measures of piano introduction quoted in the solo part. In the score I have there is first a bass clef and then a smaller treble clef for the qoute of the piano part (same size as the font used for the quote). The stems are all up. I also watched at a view other scores and it seems to be normal to put first the clef of the solo instrument and after that the clef of the quoted piano part. Unfortunately I can't manage to do this with lilypond. I used the partial-trick for clefchanges in the first measure and that doens't seem to work. I attached my ly file so that you can see what I tried. And the \stemUp doesn't seem to work either within the cue context. Does somebody knows a way of solving this?

Thanks for helping,


Try this:


  \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?

Maarten




reply via email to

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