bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 678 in lilypond: Enhancement: Add option to make moll chords


From: lilypond
Subject: Re: Issue 678 in lilypond: Enhancement: Add option to make moll chords small
Date: Mon, 22 Mar 2010 22:07:06 +0000


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




reply via email to

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