]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modern-tab-text-clef.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
index 2e87f40a412325bf76d6620adb5f0a2f1ea468b6..18c22101258c43e6c76f4b7492a286057002a387 100644 (file)
@@ -1,6 +1,6 @@
-%% 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.11.57"
+\version "2.13.1"
 
 \header {
   lsrtags = "staff-notation, fretted-strings"
@@ -18,6 +18,7 @@ TAB = \markup {
   \bold
   \huge
   \override #'(baseline-skip . 2.5)
+  \left-align
   \center-column {
     T
     A
@@ -27,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
 }