]> git.donarmstrong.com Git - lilypond.git/commitdiff
Correction: no negative fret numbers in snippet
authorMarc Hohl <marc@hohlart.de>
Tue, 30 Mar 2010 19:27:00 +0000 (21:27 +0200)
committerNeil Puttock <n.puttock@gmail.com>
Tue, 30 Mar 2010 20:40:19 +0000 (21:40 +0100)
Documentation/snippets/new/adding-fingerings-to-tablatures.ly

index 0c87079f49f31779dc32acc56328a3d8ee1a74e7..36eb023cffbd41dbe3db1e5784065393d3df69a0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.4"
+\version "2.13.17"
 
 \header {
   lsrtags = "fretted-strings"
@@ -30,7 +30,7 @@ threeFour = \markup {
   \new TabStaff {
     \tabFullNotation
     \stemUp
-    e8\4^\one b\2 <e, g\3 e'\1>^>[ b\2 e\4]
+    e8\4^\one b\2 <g\3 e'\1>^>[ b\2 e\4]
     <a\3 fis'\1>^>^\threeTwo[ b\2 e\4]
   }
 }