]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/modern-tab-text-clef.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / lsr / modern-tab-text-clef.ly
diff --git a/input/lsr/modern-tab-text-clef.ly b/input/lsr/modern-tab-text-clef.ly
deleted file mode 100644 (file)
index f7bee1b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-%% 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.12.3"
-
-\header {
-  lsrtags = "staff-notation, fretted-strings"
-
-  texidoc = "
-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
-    B
-  }
-}
-
-\new TabStaff {
-  \override Staff.Clef #'stencil = #(lambda (grob)
-    (grob-interpret-markup grob TAB))
-  a
-}