]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modern-tab-text-clef.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
index d9193bafb41447c889246831c56c73689a6a96b0..32e6abf184c3317ff04d6f8fb4c3ce2a5dcd0f9c 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.62"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 
 \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
 }