lilypond-devel
[Top][All Lists]
Advanced

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

Re: Naming _another_ lacking puzzle piece


From: David Kastrup
Subject: Re: Naming _another_ lacking puzzle piece
Date: Sat, 13 Oct 2012 14:22:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

David Kastrup <address@hidden> writes:

> "Phil Holmes" <address@hidden> writes:
>
>> Surely this points to the pop operation in \override as being at
>> fault?  If \override was simply push, rather than pop-push then the
>> code above would seem to work as intended.
>
> Sure.  The idea presumably was not to have stack buildup from things
> like
>
> \voiceOne c c \voiceTwo d d \voiceThree c c

It would appear that this behavior was implemented in lily/parser.yy with

commit 39dd20959c8b3a143cfe41138a5c62749da54079
Author: Han-Wen Nienhuys <address@hidden>
Date:   Mon Oct 17 00:04:45 2005 +0000

    * input/regression/override-nest.ly: new file.
    
    * python/convertrules.py (FatalConversionError.subber): conversion
    rule for #'callbacks
    
    * input/regression/override-nest.ly: new function.
    
    * lily/parser.yy (music_property_def): allow \override #'a #'b =
    #c too.
    
    * lily/context-property.cc (lookup_nested_property): new function.
    (evict_from_alist): new function.
    (general_pushpop_property): new function.
    (execute_general_pushpop_property): rewrite. Support nested
    properties too.

There is no rationale for this change to be found in the patch, patch
description or changelog entry.  There is no rationale to be found on
the developer list close to that date.

But while searching there, finding
<URL:http://lists.gnu.org/archive/html/lilypond-devel/2005-10/msg00004.html>
was amusing.  Some things stay the same all over.

-- 
David Kastrup




reply via email to

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