]> 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 8a0ded1c16ef6724b9caa3a18465412eef0e86ee..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.13.1"
+%% Note: this file works from version 2.12.0
+\version "2.12.0"
 
 \header {
   lsrtags = "staff-notation, fretted-strings"
@@ -28,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
 }