]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/spanner-after-break-tweak.ly
release commit
[lilypond.git] / input / test / spanner-after-break-tweak.ly
index f24fa692a37c79493a235cd91b74187b63fe5b4a..939cb6b439c18a777fe10b6567c1723bac74b674 100644 (file)
@@ -1,11 +1,11 @@
 
-\version "2.1.25"
+\version "2.1.30"
 
 \header { texidoc = "@cindex Spanner after break
 
-To selectively tweak spanners after the linebreaking
-process, Scheme code must be used.  In this simple example, the tie
-after the line break is moved around. "
+In order to selectively change the properties of spanners after 
+a line break, Scheme code must be used.  In thas manner, the tie
+after the line break in this example is moved around. "
 
       }
 
@@ -19,7 +19,7 @@ after the line break is moved around. "
     ;; if you're using this for other grob-types.
     
     (if (and  (>= (length b) 2) (eq? (car (last-pair b)) grob))
-       (ly:set-grob-property! grob 'extra-offset '(-2 . -1))
+       (ly:grob-set-property! grob 'extra-offset '(-2 . -1))
        )
   ))