lilypond-user
[Top][All Lists]
Advanced

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

Re: clef transposition: tenor -> bass


From: Roman
Subject: Re: clef transposition: tenor -> bass
Date: Thu, 18 May 2006 11:18:56 +0200
User-agent: Thunderbird 1.5.0.2 (Windows/20060308)

Hi,

I specify my peace of music as a trombone part

staffTrombone = {
   \key c \major
   \clef tenor
   \relative c {
       \time 3/4
       c c c
       ...
} } This trombone part should be transposed to bass clef, but I don't know how to do this and would like to let lilypond do the work. ;-)


Mats Bengtsson wrote:
Sorry, I don't understand the question. As you say yourself, you just specify the
clef using
\clef tenor
or
\clef bass
or whatever clef you want. You will get exactly the same pitches, printed
according to the clef.

On the other hand, of you want to transpose a part by an octave, for example,
you can use
\transpose c c' {c d e f g ...}

  /Mats




reply via email to

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