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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to