]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modern-tab-text-clef.ly
Merge commit 'origin'
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
index b6fa8b87141167d48e72315d825a3c8d8a570179..580e5df17279e1ec632a57d3e332a381cdb70d78 100644 (file)
@@ -1,6 +1,7 @@
 %% Do not edit this file; it is auto-generated from input/new
 %% This file is in the public domain.
-\version "2.11.61"
+%% Note: this file works from version 2.12.0
+\version "2.13.1"
 
 \header {
   lsrtags = "staff-notation, fretted-strings"
@@ -12,6 +13,7 @@ Use a markup text to replace the (TAB) clef glyph with a modern font.
   doctitle = "Modern TAB text clef"
 } % begin verbatim
 
+
 TAB = \markup {
   \raise #1.5
   \sans
@@ -27,6 +29,6 @@ TAB = \markup {
 
 \new TabStaff {
   \override Staff.Clef #'stencil = #(lambda (grob)
-    ly:clef::print (grob-interpret-markup grob TAB))
+    (grob-interpret-markup grob TAB))
   a
 }