Status: Started
Owner: [email protected]
Labels: Type-Enhancement Patch-new

New 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

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.

http://codereview.appspot.com/145410043

--
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