X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fletter-tablature-formatting.ly;h=beaaa0f723900e39e445286458e698e6dc4b5fe5;hb=c8c3f3cb3714cd487435f35aaf86615716020141;hp=ca33120f1e6dcd21c666c85d465b107c2f467cc8;hpb=3d0ff07396fbc24693f473ff9ff34c9656c539dd;p=lilypond.git diff --git a/input/lsr/letter-tablature-formatting.ly b/input/lsr/letter-tablature-formatting.ly index ca33120f1e..beaaa0f723 100644 --- a/input/lsr/letter-tablature-formatting.ly +++ b/input/lsr/letter-tablature-formatting.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.61" +\version "2.12.0" \header { lsrtags = "staff-notation,fretted-strings" @@ -10,6 +10,7 @@ numbers." doctitle = "Letter tablature formatting" } % begin verbatim + #(define (letter-tablature-format str context event) (let* ((tuning (ly:context-property context 'stringTunings)) @@ -32,9 +33,10 @@ music = \relative c { \clef "G_8" \music } - \new TabStaff \with { + \new TabStaff \with { tablatureFormat = #letter-tablature-format - } { + } + { \music } >>