lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4133 in lilypond: Patch: Give predicate ly:grob-pr


From: lilypond
Subject: [Lilypond-auto] Issue 4133 in lilypond: Patch: Give predicate ly:grob-properties? the description "grob properties"
Date: Fri, 26 Sep 2014 12:36:09 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 4133 by address@hidden: 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

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