lilypond-user
[Top][All Lists]
Advanced

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

Re: transpose


From: David Bobroff
Subject: Re: transpose
Date: Mon, 11 Jun 2007 18:35:57 +0000
User-agent: Thunderbird 1.5.0.12 (Windows/20070509)

lara diamand wrote:
> H,
> My attempt was the following:

Ah, this was the other thing I thought of, but you had successfully
transposed scores so I thought this was less likely.  Change this part
of your input:

\version "2.10.20"
{\key c \major
\time 4/4
\transpose c' a

To this:

\version "2.10.20"
\transpose c' a  %% The \transpose must precede the \key etc.
{\key c \major
\time 4/4

> 
> \version "2.10.20"
>  {\key c \major
>  \time 4/4
> \transpose c' a 
>  { c''4^\markup{ \number { 1.} } c''8 c'' b'4 b' | a'4 a'8 a'8 g'2 | a'4 f'8
> a' c''4 a' | g' f'8( g') e'2\fermata | \break
>       c''4^\markup{ \number { 2.} } g'8 c'' c''( b'16 a') b'4 | a' e'8 a'
> a'( g'16 f') g'4 | a'8 a'4 c''8 g'4 f' | e' d'8 g' c'2\fermata | \break
>  c'4^\markup{ \number { 3.} } c'8 e' g'2 | a'4 a'8 c'' e''2 | f''8 f''4 f''8
> f''( e''4) d''8 | c''[( b')] a'[( b')] c''2\fermata \bar"|."
>  }
> 
> So I did define the original key. 
> 
> Grtz, Lara
> 
> 
> 





reply via email to

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