]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modern-tab-text-clef.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / modern-tab-text-clef.ly
index 18c22101258c43e6c76f4b7492a286057002a387..05ef6baf86091e4c9362664977fa2e784f7271ae 100644 (file)
@@ -1,6 +1,8 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.1"
+% Do not edit this file; it is automatically
+% generated from Documentation/snippets/new
+% This file is in the public domain.
+%% Note: this file works from version 2.13.4
+\version "2.13.10"
 
 \header {
   lsrtags = "staff-notation, fretted-strings"
@@ -12,22 +14,8 @@ 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
-  \bold
-  \huge
-  \override #'(baseline-skip . 2.5)
-  \left-align
-  \center-column {
-    T
-    A
-    B
-  }
-}
 
-\new TabStaff {
-  \override Staff.Clef #'stencil = #(lambda (grob)
-    (grob-interpret-markup grob TAB))
-  a
+\markup {
+  This snippet is deprecated as of version 2.13.4 and will be removed
+  in version 2.14.
 }