As you can see in the image here:
http://lilypond.org/doc/v2.15/Documentation/notation/common-notation-for-fretted-strings#index-stringTuning-1

TabStaff displays 6 strings while the snippet is intended for a 4 string instrument.
I guess that stringTunings should specify the TabStaff context.

As it's a trivial change, I attach a patch.
--
Federico
>From 702629cfa9af2be360c8cfb182e141e3f14521f5 Mon Sep 17 00:00:00 2001
From: Federico Bruni <[email protected]>
Date: Sun, 15 Jul 2012 18:56:46 +0200
Subject: [PATCH] stringTunings snippet: TabStaff context is required to
 display the right number of strings in TabStaff

---
 Documentation/notation/fretted-strings.itely |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/notation/fretted-strings.itely b/Documentation/notation/fretted-strings.itely
index db24f3d..ed3f17c 100644
--- a/Documentation/notation/fretted-strings.itely
+++ b/Documentation/notation/fretted-strings.itely
@@ -583,7 +583,7 @@ mynotes = {
     \mynotes
   }
   \new TabStaff {
-    \set stringTunings = \stringTuning <c' g' d'' a''>
+    \set TabStaff.stringTunings = \stringTuning <c' g' d'' a''>
     \mynotes
   }
 >>
-- 
1.7.10.4

_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to