]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/modern-tab-clef.ly
Doc-es: various updates.
[lilypond.git] / input / regression / modern-tab-clef.ly
index d95fb23bcbacaa37eb9f83b6d8a4df8335e2f028..1447656b65aae69143b7868b4105237e82676bbd 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.13.4"
+\version "2.19.21"
 
 \header{ texidoc = "Sans serif style tab clefs are supported by @code{\\clef moderntab}.
                     This alternative clef supports four- to seven-stringed instruments
                     and is scaled automatically."
        }
 
-bass = \relative c, {
-  c4 d e f
+bass = \relative {
+  c,4 d e f
   e4 d c2
 }
 
-guitar = \relative {
+guitar = \relative {
   c4 d e f
   e4 d c2
 }
@@ -41,4 +41,4 @@ guitar = \relative c {
       \guitar
     }
   >>
-}
\ No newline at end of file
+}