]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/letter-tablature-formatting.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / letter-tablature-formatting.ly
index 1399a3a96ee490d79f70c5f7718f0e724c0e1db6..03ca74d8c6bb89f4e74282f8521dd9c80b1eb94f 100644 (file)
@@ -32,9 +32,10 @@ music = \relative c {
     \clef "G_8"
     \music
   }
-  \new TabStaff \with {
+  \new TabStaff \with { 
     tablatureFormat = #letter-tablature-format
-  } {
+  }
+  {
     \music
   }
 >>