lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2637 in lilypond: Patch: Interpret #... inside of


From: lilypond
Subject: [Lilypond-auto] Issue 2637 in lilypond: Patch: Interpret #... inside of music lists as music instead of ignoring it
Date: Thu, 05 Jul 2012 11:03:22 +0000

Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 2637 by address@hidden: 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




reply via email to

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