lilypond-user
[Top][All Lists]
Advanced

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

Re: transposition problem


From: David Kastrup
Subject: Re: transposition problem
Date: Mon, 09 Nov 2015 00:26:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Craig Dabelstein <address@hidden> writes:

> Hi Lilyponders,
>
> I have a score where all key changes, tempo changes etc are in a global
> variable, IN CONCERT PITCH.
>
> The first clarinet part has to change halfway through from Clarinet in Bb
> to Clarinet in Eb. These notes are entered in WRITTEN not SOUNDING pitch.
>
> Is there anyway to get the global variables (key signatures) to transpose
> correctly without changing the written notes of the instrument?
>
> See the minimal example.

Well, one could try something like

\version "2.19.16"

\language "english"

global = {
  \key d \major
  s1*4
  \key f \major
  s1*4
}

\addQuote "global" \global

clarinet = \relative c' {
  \transposition bf
  e4 ^"Cl. in Bb" fs gs a |
  b4 cs ds e |
  R1*2 |
  \transposition ef'
  c4 ^"Cl. in Eb" d e f |
  g4 a b c |
  R1*2 |
}

<<
  \new Staff \with { instrumentName = #"Clarinet" }
  \quoteDuring "global" \clarinet
>>

-- 
David Kastrup

reply via email to

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