lilypond-user
[Top][All Lists]
Advanced

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

Re: Transposing music into new lilypond code


From: Mats Bengtsson
Subject: Re: Transposing music into new lilypond code
Date: Tue, 04 Jan 2005 10:08:02 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

If I understand you correctly, you want a new .ly file whose content
is a transposed version of another .ly file. However, I don't understand
why you would need such a thing. The following example shows how you can
combine fragments of music written for different transpositions into a
single part:

\version "2.4.2"

transposedsection = \relative c' {
  \key d \major
  d4 e fis g a g fis e d1
}

\relative c'{
c4 e g e
\transpose d c {\transposedsection}
}

   /Mats

Yuval Harel wrote:
Hi all,

I've got a fragment of music that I want to transpose, in order to insert the transposed fragment to another file. I want the output to contain the music already tranposed (without \transpose).
Is there any tool available to do that?

Thanks,
    Yuval




_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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