Status: New Owner: ---- Labels: Type-Enhancement Patch-new
New issue 2637 by [email protected]: Patch: Interpret #... inside of music lists as music instead of ignoring it
http://code.google.com/p/lilypond/issues/detail?id=2637 Interpret #... inside of music lists as music instead of ignoring it One consequence is that you get a warning for things like \revert Score.BarLine #'space-alist #'cue-clef which actually reverts the whole of space-alist, then ignores #'cue-clef. Another is that things like $(set-accidental-style "dodecaphonic") can be written as #(set-accidental-style "dodecaphonic") without getting ignored in most situations. Void expressions (like most definitions, or the result of calling \void) are still silently ignored since they are regarded as intentional. http://codereview.appspot.com/6356068
