lilypond-devel
[Top][All Lists]
Advanced

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

Re: Change stringTunings entries from semitones to pitches (issue3842041


From: Carl . D . Sorensen
Subject: Re: Change stringTunings entries from semitones to pitches (issue3842041)
Date: Fri, 31 Dec 2010 14:54:31 +0000

On 2010/12/29 05:18:07, Keith wrote:

ly/string-tunings-init.ly:43: (make-music 'SequentialMusic 'void #t)))
> We need to save the string tuning in a Scheme variable...
But if it is possible to set the variable as you do now, and then
return a
PropertySet instead of the void event,
(begin
   (chord->tuning parser tuning chord)
   (context-spec-music
     (make-property-set 'stringTunings tuning )
   'TabStaff)
)
then we could
\new TabStaff {
  \setStringTuning #'a-fiddle-tuning <g d' a' d''>


I'll add a \setStringTuning function.  I can see its utility.

Thanks,

Carl


http://codereview.appspot.com/3842041/



reply via email to

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