lilypond-user
[Top][All Lists]
Advanced

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

When to use overrideProperty instead of override?


From: Trevor Bača
Subject: When to use overrideProperty instead of override?
Date: Fri, 30 Dec 2005 07:17:31 -0600

Seems like

    \overrideProperty
    #"Score.NonMusicalPaperColumn"
    #'line-break-system-details
    #'((fixed-alignment-extra-space . 15))

works great, but that

    \override Score.NonMusicalPaperColumn #'line-break-system-details
= #'((fixed-alignment-extra-space . 15))

is silent.


Question: what's the intent of \overrideProperty? (Ie, when's the
right time to use \overrideProperty instead of \override?)


--
Trevor Bača
address@hidden

reply via email to

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