]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/adding-fingerings-to-tablatures.ly
Correction: no negative fret numbers in snippet
[lilypond.git] / 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]
   }
 }