lilypond-user
[Top][All Lists]
Advanced

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

Re: Renaissance lute and tab


From: Janek Warchoł
Subject: Re: Renaissance lute and tab
Date: Mon, 18 Jul 2011 13:54:58 +0200

Hi Mario,

2011/7/18 Mario Moles <address@hidden>:
> I don't understand whether to do to have fis=0 in the tab with make-pitch

I see that Marc gave you an elegant solution already, but here is some
more explanation in case you'll need make-ptich again:
the syntax is 'ly:make-pitch octave note alteration' where 'note'
means a scale step from c-major and alteration unit is 200 cents.
Some examples to make it clear:
(ly:make-pitch 0 0 0) = c
(ly:make-pitch 0 1 0) = d
(ly:make-pitch 0 3 0) = f
(ly:make-pitch 0 2 1) = eisis
(ly:make-pitch 0 1 -0.5) = des
(ly:make-pitch 0 4 0.5) = gis
(ly:make-pitch 0 3 0.25) = fih
AFAIK it's possible to use SHARP and FLAT as appropriate values for 'alteration'

HTH,
Janek



reply via email to

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