Comment #5 on issue 678 by n.puttock: Enhancement: Add option to make moll chords small
http://code.google.com/p/lilypond/issues/detail?id=678

Hraban, this patch is incomplete, since `conditional-string-downcase' isn't defined;
the following code should be added to prevent crashes:

(define (conditional-string-downcase str condition)
  (if condition
      (string-downcase str)
      str))

Cheers,
Neil





--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


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

Reply via email to