https://lists.gnu.org/archive/html/bug-lilypond/2018-08/msg00042.html
Hi Bug Squad,
See:
http://lilypond.org/doc/v2.18/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
And:
http://lilypond.org/doc/v2.19/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
How about changing this snieppet:
~~~~~
\relative c' {
\clef "treble_8"
\override Staff.NoteHead.style = #'harmonic-mixed
d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b="">1
}</g>
To:
\relative c' {
\clef "treble_8"
\override NoteHead.style = #'harmonic-mixed
d8^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b="">4
}
~~~~</g>
Later Harm suggested:
Agreed. Also, why not delete some of the superfluous brackets in the
markup? Only keeping the surrounding ones for better viewable
structure. I.e.
Doc: 2.4.2, fix harmonic-mixed example
Issue 5404
Remove 'Staff', simplify braces
and change note value to give a
clearer example.
http://codereview.appspot.com/344070043
Passes make, make check and a full make doc.
change d to d' as per Thomas' suggestion.
Passes make, make check and a full make doc.
Patch on countdown for 1st September
Patch counted down - please push.