]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-lib.scm
Web-hu: updated Easier editing
[lilypond.git] / scm / output-lib.scm
index 8e4697dd66b26a8d02b3289bd3312b58eda8e83e..409e8c1f8816f6f82dc8a777b1cb917cbfa66e45 100644 (file)
@@ -882,3 +882,12 @@ between the two text elements."
        (begin
          (ly:grob-suicide! grob)
          (list)))))
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;  laissez-vibrer tie
+;;
+;;  needed so we can make laissez-vibrer a pure print
+;;
+(define-public (laissez-vibrer::print grob)
+ (ly:tie::print grob))
+