]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modern-tab-text-clef.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
index 8a0ded1c16ef6724b9caa3a18465412eef0e86ee..18c22101258c43e6c76f4b7492a286057002a387 100644 (file)
@@ -1,4 +1,4 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% 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"
 
@@ -12,13 +12,13 @@ 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
@@ -28,6 +28,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
 }