Markup command name changes.
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
blob2e87f40a412325bf76d6620adb5f0a2f1ea468b6
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.11.57"
5 \header {
6 lsrtags = "staff-notation, fretted-strings"
8 texidoc = "
9 Use a markup text to replace the (TAB) clef glyph with a modern font.
12 doctitle = "Modern TAB text clef"
13 } % begin verbatim
15 TAB = \markup {
16 \raise #1.5
17 \sans
18 \bold
19 \huge
20 \override #'(baseline-skip . 2.5)
21 \center-column {
28 \new TabStaff {
29 \override Staff.Clef #'stencil = #(lambda (grob)
30 ly:clef::print (grob-interpret-markup grob TAB))