Il 25/12/2012 11:25, Eluze ha scritto:
> I've created a tracker for this documentation enhancement here:
>
> http://code.google.com/p/lilypond/issues/detail?id=3064
… and it has already been declared as invalid - let me try to summarize what
I don't like with this example:
(a) the three chords are nearly not playable
I agree with you here (for the first two chords) and I think that it's
the only relevant problem in this example.
(b) the dampened notes (c-d-e) between two sounding notes are ridiculous
They are not ridiculous. What is wrong is the choice of the notes to be
muted, as I've already pointed out in my previous message.
(c) the string numbers should only be set once (if at all)
(d) the placement of the number for the 3rd string below the staff is quite
unusual
Most of the string number indications in that example is not required
(only three are required to display TabStaff correctly).
I would just removed them with an override.
I've already asked above for a real example from guitar literature - if
there's none I don't think LP should invent such things; if there are, one
of them could be used in the doc (if it's suitable and not copyrighted)
Octave chords, as Marc wrote in the tracker.
Find attached a revised example, including the diff.
What do you think about it?
--
Federico
--- dampened-notes-doc.ly 2012-12-25 18:12:35.974197102 +0100
+++ dampened-notes-new.ly 2012-12-25 18:17:10.119556507 +0100
@@ -1,13 +1,14 @@
\version "2.17.9"
music = \relative c' {
- < a\3 \deadNote c\2 a'\1 >4
- < b\3 \deadNote d\2 b'\1 >
- < c\3 \deadNote e\2 c'\1 >
+ \override StringNumber.stencil = ##f
+ < a \deadNote cis a' >4
+ < b\3 \deadNote dis b' >
+ < c\3 \deadNote e\2 c' >
\deadNotesOn
\times 2/3 { g8 b e }
\deadNotesOff
- < a,\3 c\2 e\1 >1
+ < a, c e >1
}
\new StaffGroup <<
\new Staff {
\version "2.17.9"
music = \relative c' {
\override StringNumber.stencil = ##f
< a \deadNote cis a' >4
< b\3 \deadNote dis b' >
< c\3 \deadNote e\2 c' >
\deadNotesOn
\times 2/3 { g8 b e }
\deadNotesOff
< a, c e >1
}
\new StaffGroup <<
\new Staff {
\clef "treble_8"
\music
}
\new TabStaff {
\music
}
>>_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond