lilypond-user
[Top][All Lists]
Advanced

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

customize instrument tuning


From: BB
Subject: customize instrument tuning
Date: Sun, 20 Dec 2015 15:12:46 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.4.0

Im trying to understand the the tuning parameters. I worked with a couple of years ago, but cannot remember. The example in the manual uses

    
%Cuatro Venezolano    a - d' - f'# - b
cuatroTuning = #`(,(ly:make-pitch 0 6 0)
                  ,(ly:make-pitch 1 3 SHARP)
          ,(ly:make-pitch 1 0 0)
          ,(ly:make-pitch 0 5 0))


As far as I remeber and I found in my old code I used another syntax?

cuatroTuning = #'(11 18 14 9)
But I cannot remember the meaning of the numbers either.

 

How can I define an Instrument in major thirds tuning?
i. e. M3Tuning = c as c e as c

Regards

(By the way, there is another Cuatro in use: Cuatro Puertorriqueno     5x2  strings   Bb - ee' - aa - d'd' - g'g')


reply via email to

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