LSR: Update.
[lilypond.git] / input / new / modern-tab-text-clef.ly
blob4af53797264e4acda2284520fcb55b93f7700568
1 \version "2.11.53"
3 \header {
4 lsrtags = "staff-notation, fretted-strings"
6 texidoc = "
7 Use a markup text to replace the (TAB) clef glyph with a modern font.
10 doctitle = "Modern TAB text clef"
13 TAB = \markup {
14 \raise #1.5
15 \sans
16 \bold
17 \huge
18 \override #'(baseline-skip . 2.5)
19 \center-align {
26 \new TabStaff {
27 \override Staff.Clef #'stencil = #(lambda (grob)
28 ly:clef::print (grob-interpret-markup grob TAB))