lilypond-user
[Top][All Lists]
Advanced

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

Instrument transposition and score transposition confusion


From: OnionRingOfDoom
Subject: Instrument transposition and score transposition confusion
Date: Wed, 4 Oct 2006 20:07:45 -0700 (PDT)

I'm writing an orchestral score out, and I have a large piece.ly file in
which all the individual instrument parts music is written out. Every
instrument's part starts with something like varInstrumentNotes = \relative
c'' { . Every part is entered with \relative c, then there are template
files for each part which are used to actually print the invidual parts. The
structure is as follows:

\new Staff \with {

} % end with
{
  \clef "treble"
  \set Score.skipBars = ##t
  \override MultiMeasureRest #'expand-limit = 1
  \override Score.RehearsalMark #'Y-offset = #0.08
  \varKey
  \varTime
  \varInstrumentNotes
}

But now I have to write out the Bb Clarinet parts, and the Bb Clarinet is
obviously in the key of Bb. Now, in the score, I want to write it out in C,
and then in the template file have it transpose to Bb. The key of the entire
piece is A Minor. How would I go about transposing the Bb Clarinet into the
propper key? I cannot seem to figure out if I use the \transpose command or
the \transposition command.
-- 
View this message in context: 
http://www.nabble.com/Instrument-transposition-and-score-transposition-confusion-tf2386295.html#a6652042
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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