Federico Bruni - 2015-11-17
  • Description has changed:

Diff:

--- old
+++ new
@@ -8,12 +8,16 @@

 the purpose is showing that the strings/fret numbers used in TabStaff are kept when using q only if \tabChordRepeats is used. This chord:

+~~~~
 <gis cis b>
+~~~~

 will turn into 2-4-6 frets from 2nd to 4th string, while these chords:

+~~~~
 <gis cis b-0>
 <gis cis b\2>
+~~~~

 will turn into 0-6-6 frets from 2nd to 4th string, as in the documentation.

@@ -32,6 +36,7 @@
 cis will move to 3rd string.  @code{\tabChordRepeats} allows to
 keep the same fingering in the following q chords:

+~~~~
 @lilypond[quote,verbatim]
 guitar = \relative {
  r8 <gis-2 cis-3 b-0>~ q4 q8~ 8 q4
@@ -47,5 +52,6 @@
  }
 >>
 @end lilypond 
+~~~~

 --snip--
  • status: New --> Accepted