]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/letter-tablature-formatting.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / letter-tablature-formatting.ly
index 5f2b2679039140956ba925c468f6a189c8487a31..e357cc6ff27291cd86bb3e9f157a22e795d04e7b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.53"
+\version "2.11.61"
 
 \header {
   lsrtags = "staff-notation,fretted-strings"
@@ -30,9 +30,10 @@ music = \relative c {
     \clef "G_8"
     \music
   }
-  \new TabStaff \with {
+  \new TabStaff \with { 
     tablatureFormat = #letter-tablature-format
-  } {
+  }
+  {
     \music
   }
 >>