]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/letter-tablature-formatting.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / new / letter-tablature-formatting.ly
index 5f2b2679039140956ba925c468f6a189c8487a31..79da84dff51bbaf350b786d87bef2c063381bd18 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.53"
+\version "2.12.0"
 
 \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
   }
 >>