X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fletter-tablature-formatting.ly;h=baf88fa35e4e8b977bc0d8b07fb7caf318911c6f;hb=d31248d7770fb5770c2caacfb3547984bf8dcdc3;hp=1399a3a96ee490d79f70c5f7718f0e724c0e1db6;hpb=0546edd7b079d4ab0569ec136d2d6b33e3004075;p=lilypond.git diff --git a/input/lsr/letter-tablature-formatting.ly b/input/lsr/letter-tablature-formatting.ly index 1399a3a96e..baf88fa35e 100644 --- a/input/lsr/letter-tablature-formatting.ly +++ b/input/lsr/letter-tablature-formatting.ly @@ -1,19 +1,20 @@ -%% Do not edit this file; it is auto-generated from input/new +%% 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.11.62" +\version "2.13.1" \header { - lsrtags = "staff-notation,fretted-strings" + lsrtags = "staff-notation, fretted-strings" - texidoc = "Tablature can be formatted using letters instead of -numbers." + texidoc = " +Tablature can be formatted using letters instead of numbers. + +" doctitle = "Letter tablature formatting" } % begin verbatim #(define (letter-tablature-format str context event) - (let* - ((tuning (ly:context-property context 'stringTunings)) - (pitch (ly:event-property event 'pitch))) + (let ((tuning (ly:context-property context 'stringTunings)) + (pitch (ly:event-property event 'pitch))) (make-whiteout-markup (make-vcenter-markup (string (integer->char @@ -32,9 +33,10 @@ music = \relative c { \clef "G_8" \music } - \new TabStaff \with { + \new TabStaff \with { tablatureFormat = #letter-tablature-format - } { + } + { \music } >>