lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with transposition


From: fazer666
Subject: Re: Problem with transposition
Date: Thu, 2 May 2013 12:45:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

fazer666 <fazer666 <at> free.fr> writes:

> 
> David Kastrup <dak <at> gnu.org> writes:
> 
> > 
> > <URL:http://lilypond.org/tiny-examples>
> > 
> > I can't really guess what kind of constructs you are trying to use here.
> > 
> 
> Sorry, a bad copy paste... :
> \transpo -> wrong typo, correct is : \transposition bes
> And I put the same line just after bracket in Staff block.
> 
> Thanks for your reply.
> 
OK, let's write it shorter (just as example, it's only a excerpt of my whole 
code) :

\score 
{
  <<
    \chords
    {
      \transposition bes
      gis,1:m7.5- cis:7
    }
    \new Staff \relative g'
    {
      \transposition bes
      b8 d fis2~ fis8 gis | f2 cis' |
    }
  >>
}

This doesn't work : in midi file melody is OK (I hear F# for gis written in 
code) but chords doesn't (I hear B chord for b written in code. I should 
hear A chord). 

To put it simply, I wrote the sheet for a Tenor Sax, so the score and the 
accompagnying chords are written for a Bb horn. But I want the midi file to 
be generated correctly, so lilypond should transpose the whole a whole-step 
lower (playing C on the tenor sax and a Bb on piano sound the same).

What am I doing wrong ? 





reply via email to

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