]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/music-functions-init.ly
Release: update news.
[lilypond.git] / ly / music-functions-init.ly
index 4082ea9aec31c76d39422c0e6d8a9ad5a8604186..3b272121175121e7eec84cbc7af0310155ec1fe0 100644 (file)
@@ -186,13 +186,13 @@ bendAfter =
 bookOutputName =
 #(define-void-function (parser location newfilename) (string?)
    (_i "Direct output for the current book block to @var{newfilename}.")
-   (set! book-filename newfilename))
+   (set! (paper-variable parser #f 'output-filename) newfilename))
 
 bookOutputSuffix =
 #(define-void-function (parser location newsuffix) (string?)
    (_i "Set the output filename suffix for the current book block to
 @var{newsuffix}.")
-   (set! book-output-suffix newsuffix))
+   (set! (paper-variable parser #f 'output-suffix) newsuffix))
 
 %% \breathe is defined as a music function rather than an event identifier to
 %% ensure it gets useful input location information: as an event identifier,
@@ -984,8 +984,8 @@ a context modification duplicating their effect.")
              ((OverrideProperty)
               (list 'push
                     (ly:music-property m 'symbol)
-                    (ly:music-property m 'grob-property-path)
-                    (ly:music-property m 'grob-value)))
+                    (ly:music-property m 'grob-value)
+                    (ly:music-property m 'grob-property-path)))
              ((RevertProperty)
               (list 'pop
                     (ly:music-property m 'symbol)