lilypond-auto
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2637 in lilypond: Patch: Interpret #... inside of music lists as music instead of ignoring it
Date: Mon, 09 Jul 2012 05:51:54 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_15_42

Comment #5 on 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

Pushed to staging as

commit 65760f8486204ab98e75e14283df2873d1990234
Author: David Kastrup <address@hidden>
Date:   Thu Jul 5 12:24:19 2012 +0200

    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.




reply via email to

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