lilypond-user
[Top][All Lists]
Advanced

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

Re: \revert Glissando #'bound-details #'left #'padding not working


From: David Kastrup
Subject: Re: \revert Glissando #'bound-details #'left #'padding not working
Date: Fri, 24 Aug 2012 10:19:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

"address@hidden" <address@hidden> writes:

> Hey all,
>
> I got this warning from current master:
>
> defs-devel.ly:210:36: Avertissement : Ignoring non-music expression
> \revert Glissando #'bound-details 
>                                   #'left #'padding
>
> This syntax used to work.

No, it never worked.  The difference is that now you are getting a
warning.

You probably mean

\revert Glissando #'(bound-details left padding)

> I couldn't find anything about it's being changed in changes.tely

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.

> Any intuition as to what's going on?

LilyPond is being helpful.

-- 
David Kastrup




reply via email to

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