LSR: Update.
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
blob7c00a77ccd2c76dd68a8204bcc5dc0b76e7fcaa6
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.66"
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
16 TAB = \markup {
17 \raise #1.5
18 \sans
19 \bold
20 \huge
21 \override #'(baseline-skip . 2.5)
22 \center-column {
29 \new TabStaff {
30 \override Staff.Clef #'stencil = #(lambda (grob)
31 ly:clef::print (grob-interpret-markup grob TAB))