lilypond-devel
[Top][All Lists]
Advanced

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

Re: \transposedCueDuring


From: Werner LEMBERG
Subject: Re: \transposedCueDuring
Date: Thu, 28 Dec 2006 18:07:07 +0100 (CET)

> Could I get a short example of \transposedCueDuring to include in the 
> manual?  There isn't any regression test for this, and the NEWS item 
> doesn't have an example.

Here it is.


    Werner


======================================================================


\version "2.11.5"

\header { texidoc = "The macro @code{\transposedCueDuring} is
useful to add cues to instruments which use a completely different
octave range (for example, having a cue of a piccolo flute within
a contra bassoon part).
" }

picc = \relative c''' {
  \clef "treble^8"
  R1 |
  c8 c c e g2 |
  a4 g g2 |
}
\addquote "picc" { \picc }

cbsn = \relative c, {
  \clef "bass_8"
  c4 r g r
  \transposedCueDuring #"picc" #UP c,, { R1 } |
  c4 r g r |
}

<<
  \context Staff = "picc" \picc
  \context Staff = "cbsn" \cbsn
>>

\paper {
  ragged-right = ##t
}

% EOF




reply via email to

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