]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4133: Give predicate ly:grob-properties? the description "grob properties"
authorDavid Kastrup <dak@gnu.org>
Fri, 26 Sep 2014 12:26:54 +0000 (14:26 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 2 Oct 2014 10:24:39 +0000 (12:24 +0200)
commit5a96f28738be17be534c2854744f021a4e79dd0f
tree1a90060b2bbd4fd54270e12b4176403ad3f1c2f6
parenta787177cc3613b03361c6ef50547455922d0b86b
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.
scm/lily.scm