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: Fri, 23 Dec 2005 02:44:00 +0100
User-agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929)




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
    }


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




reply via email to

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