lilypond-user
[Top][All Lists]
Advanced

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

Re: Instrument transposition and score transposition confusion


From: Mats Bengtsson
Subject: Re: Instrument transposition and score transposition confusion
Date: Thu, 05 Oct 2006 08:29:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 Red Hat/1.0.5-0.1.el4 SeaMonkey/1.0.5

I think this is well described in the section on "Transpose", which provides a
similar example for the case of an A clarinet. If in addition you want
the MIDI output to sound correct, you should also use \transposing (which
has nothing to do with the printed output, just the MIDI output).

  /Mats

OnionRingOfDoom wrote:
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.

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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