lilypond-user
[Top][All Lists]
Advanced

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

Re: Using a variable twice but in different octaves


From: Xavier Scheuer
Subject: Re: Using a variable twice but in different octaves
Date: Sat, 12 Jun 2010 19:23:14 +0200

2010/6/12 Disc Magnet <address@hidden>:

> I have a variable like this:
>
> riff = {d f a f d f a f}
>
> I want to include it twice in my staff but the first time it is used
> it is relative to c' and the second time it is relative to c''. How
> can this be done?

  \relative c' \riff
  \relative c'' \riff

OR

  \riff
  \transpose c c' \riff


Cheers,
Xavier

--
Xavier Scheuer <address@hidden>



reply via email to

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