]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modern-tab-text-clef.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / modern-tab-text-clef.ly
index f152f30e871e2075caeb83b47b27791459b56ee1..acc613d5f7168b9fdec2c30578e61a5b7be2fc48 100644 (file)
@@ -1,9 +1,21 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
-%% This file is in the public domain.
-\version "2.13.4"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.13.36
+\version "2.14.0"
 
 \header {
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
+  texidoces = "
+Utilice un texto de marcado para sustituir el glifo de clave (TAB) con
+una fuente tipográfica moderna.
+
+"
+  doctitlees = "Clave de texto TAB moderna para tablatura"
+
   lsrtags = "staff-notation, fretted-strings"
 
   texidoc = "
@@ -13,22 +25,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.
 }