lilypond-user
[Top][All Lists]
Advanced

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

Re: transpose


From: Francisco Vila
Subject: Re: transpose
Date: Wed, 13 Jun 2007 19:53:44 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

El Wed, 13 de Jun de 2007, a las 04:35:47PM +0200, lara diamand dijo:
> 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...

This is not what David wrote. Read it carefully and note that the the 
transpose{} block includes the \key statement, that way you can transpose both 
the notes and the key.

> ...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

-- 
Francisco Vila Doncel. Badajoz (Spain)
http://www.paconet.org




reply via email to

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