lilypond-user
[Top][All Lists]
Advanced

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

Re: I don't remember how to do this ...


From: Gilles Sadowski
Subject: Re: I don't remember how to do this ...
Date: Fri, 10 Apr 2009 18:44:35 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hi.

> [...]
> realized that the notes are one step too high. 
> [...]

If I understood correctly, you just need to use "\transpose":

>
> % ------ Trombone 1------
> tbonea = { all the notes of the piece }
> trombonea = \relative c {
>  \global
>  \key f \major
>  \set Staff.instrumentName = #"Trombone 1"
>  \set Staff.shortInstrumentName = #"Tbn 1"
>  \clef bass
   \transpose d c { \tbonea }
> }
>
> % ------ Trombone 2------
> tboneb= { all the notes of the piece }
> tromboneb = \relative c {
>  \global
>  \key f \major
>  \set Staff.instrumentName = #"Trombone 2"
>  \set Staff.shortInstrumentName = #"Tbn 2"
>  \clef bass
   \transpose d c { \tboneb }
> }

But if you also want to keep the same pitch (as without the transposition),
you also need "\transposition":

  \transposition bes { \transpose d c { \tboneb } }


Best,
Gilles




reply via email to

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