"[email protected]" <[email protected]> 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 <[email protected]>
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


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to