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