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

Comment #5 on issue 4133 by [email protected]: Patch: Give predicate ly:grob-properties? the description "grob properties"
https://code.google.com/p/lilypond/issues/detail?id=4133

Pushed to staging as
commit 5a96f28738be17be534c2854744f021a4e79dd0f
Author: David Kastrup <[email protected]>
Date:   Fri Sep 26 14:26:54 2014 +0200

Issue 4133: Give predicate ly:grob-properties? the description "grob properties"

        \set Staff.InstrumentName = "Test"

    previously led to

        warning: type check for `InstrumentName' failed;
        value `"Test"' must be of type `ly:grob-properties'

    and will now instead produce

        warning: type check for `InstrumentName' failed;
        value `"Test"' must be of type `grob properties'.

    The output looks slightly less cryptic and more intentional.  The plural
    form is indeed correct: this type of context property serves as a
    container for _all_ grob properties of InstrumentName.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to