lilypond-user
[Top][All Lists]
Advanced

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

Re: from relative to absolute


From: David Kastrup
Subject: Re: from relative to absolute
Date: Thu, 16 Feb 2012 14:21:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Peter <address@hidden> writes:

> Greetings,
>
> I would like to input portions of my score in absolute. 
> How do I turn off \relative?

It is not on by default.  If you want to insert music variables into
larger relative expressions, you can use the following trick:

absmusic = { c' d' e' f' }

\relative c' { c' d e \absmusic \transpose c c \absmusic }

As you can see, after transposition the music is not considered relative
any more.  But it might be easier to just end the relative expression
and start a new one after including the absolute music.

-- 
David Kastrup




reply via email to

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