]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/letter-tablature-formatting.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / letter-tablature-formatting.ly
index 1c638516cc0e88322fa4ab9a6afa49b313723c93..eb2842ff6470eb2ab55141f5496cb45d379b61e3 100644 (file)
@@ -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.57"
+\version "2.13.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
   }
 >>