lilypond-user
[Top][All Lists]
Advanced

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

Re: Transpose a lilypond file


From: Malte Meyn
Subject: Re: Transpose a lilypond file
Date: Sun, 05 Oct 2014 10:12:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

You can do something like the following and move the “foo = …” into song.ly:

\version "2.19.13"

foo = \new Score {
  <<
    { c' d' e' f' }
  >>
}

{ \foo }

\transpose c d \foo

Am 05.10.2014 um 10:03 schrieb Jay Vara:
I have a song.ly file which prints a song. Is it possible for someone to
print the song with a transposition, say c to d, without editing the .ly
file? Something like:

\transpose c d {\include song.ly}




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




reply via email to

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