]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix docstring
authorCarl Sorensen <c_sorensen@byu.edu>
Fri, 7 Aug 2009 01:31:44 +0000 (19:31 -0600)
committerCarl Sorensen <c_sorensen@byu.edu>
Fri, 7 Aug 2009 01:32:43 +0000 (19:32 -0600)
scm/music-functions.scm

index 1372a15a526e34cb6009c190d56d69cf231692a8..b5dd3bb3921186c61f830156e68a9f437f48cd76 100644 (file)
@@ -346,8 +346,7 @@ i.e.  this is not an override"
              'pop-first #t))
 
 (define-public (make-grob-property-override grob gprop val)
-  "Make a Music expression that sets GPROP to VAL in GROB. Does a pop first,
-i.e.  this is not an override"
+  "Make a Music expression that overrides GPROP to VAL in GROB."
   (make-music 'OverrideProperty
              'symbol grob
              'grob-property gprop