Hi Mario, 2011/7/18 Mario Moles <[email protected]>: > 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 _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
