]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/letter-tablature-formatting.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / letter-tablature-formatting.ly
index 07b271bb127855839735d585b38ff35830f133d2..14d37d089c1ce9f0f72a3271ceb559b5cae191b5 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.53"
+\version "2.11.62"
 
 \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
   }
 >>