lilypond-user
[Top][All Lists]
Advanced

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

RE: transpose


From: lara diamand
Subject: RE: transpose
Date: Wed, 13 Jun 2007 16:35:47 +0200

So sorry to bother again, but it doesn't work.
I wrote:

\version "2.10.20"
 { \transpose c' a
 \key c \major
 \time 4/4
{a b a }
}
And now I get an extra clef with 3 sharps and underneath the normal music.
Weird...


-----Oorspronkelijk bericht-----
Van: David Bobroff [mailto:address@hidden 
Verzonden: maandag 11 juni 2007 20:36
Aan: lara diamand
CC: address@hidden
Onderwerp: Re: transpose

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]