lilypond-devel
[Top][All Lists]
Advanced

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

Re: accessing absolute pitch data from within \relative?


From: Kieren MacMillan
Subject: Re: accessing absolute pitch data from within \relative?
Date: Tue, 16 Jun 2009 02:06:00 -0400

Hi Mark,

I want to retrieve absolute pitch data from within a \relative
block but I can't figure it out. Here's my work so far. Probably
there's a much easier way. If so, let me know!

How's this?

\version "2.12.2"
#(ly:set-option 'point-and-click #f)

relativeMusic = \relative
{
    c' d e f g g, a b c1
}

\displayLilyMusic \relativeMusic

Cheers,
Kieren.




reply via email to

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