Discussion:
Doc 2.4.2: Indicating harmonics and dampened notes
Pierre Perol-Schneider
2018-08-26 09:14:02 UTC
Permalink
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

1. I don't understand the reason to put the NoteHead defs at a Staff level.
2. Maybe a whole note is not the best example to show the 'harmonic-mixed
result.

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
}

To:

\relative c' {
\clef "treble_8"
\override NoteHead.style = #'harmonic-mixed
d8^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>4
}

Cheers,
Pierre
Federico Bruni
2018-08-26 09:45:38 UTC
Permalink
Il giorno dom 26 ago 2018 alle 11:14, Pierre Perol-Schneider
Post by Pierre Perol-Schneider
Hi Bug Squad,
http://lilypond.org/doc/v2.18/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
http://lilypond.org/doc/v2.19/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
1. I don't understand the reason to put the NoteHead defs at a Staff level.
I guess there isn't any reason, since Note_heads_engraver is part of
the Voice context.
Post by Pierre Perol-Schneider
2. Maybe a whole note is not the best example to show the
'harmonic-mixed
result.
Why? Because the diamond shape is more clear when the head is all black?
Post by Pierre Perol-Schneider
\relative c' {
\clef "treble_8"
\override Staff.NoteHead.style = #'harmonic-mixed
d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
}
\relative c' {
\clef "treble_8"
\override NoteHead.style = #'harmonic-mixed
d8^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>4
}
Cheers,
Pierre
_______________________________________________
I agree. I will add an issue to the tracker.
Thomas Morley
2018-08-26 09:43:44 UTC
Permalink
2018-08-26 11:14 GMT+02:00 Pierre Perol-Schneider
Post by Pierre Perol-Schneider
Hi Bug Squad,
http://lilypond.org/doc/v2.18/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
http://lilypond.org/doc/v2.19/Documentation/notation/guitar.html#indicating-harmonics-and-dampened-notes
1. I don't understand the reason to put the NoteHead defs at a Staff level.
Can't see a specific reason here. So I'd vote for deleting "Staff".
Post by Pierre Perol-Schneider
2. Maybe a whole note is not the best example to show the 'harmonic-mixed
result.
\relative c' {
\clef "treble_8"
\override Staff.NoteHead.style = #'harmonic-mixed
d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
}
\relative c' {
\clef "treble_8"
\override NoteHead.style = #'harmonic-mixed
d8^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>4
}
Cheers,
Pierre
Agreed. Also, why not delete some of the superfluous brackets in the
markup? Only keeping the surrounding ones for better viewable
structure. I.e.
\markup { \italic \fontsize #-2 "harm. 12" }

Could you provide a patch?

Cheers,
Harm
Federico Bruni
2018-08-26 10:03:40 UTC
Permalink
Il giorno dom 26 ago 2018 alle 11:43, Thomas Morley
Post by Thomas Morley
Agreed. Also, why not delete some of the superfluous brackets in the
markup? Only keeping the surrounding ones for better viewable
structure. I.e.
\markup { \italic \fontsize #-2 "harm. 12" }
Could you provide a patch?
Pierre, if you want to send a patch, here's the issue:
https://sourceforge.net/p/testlilyissues/issues/5404/

Thanks
Federico
Pierre Perol-Schneider
2018-08-27 07:18:00 UTC
Permalink
Federico, Harm, Thank you.
Post by Federico Bruni
Il giorno dom 26 ago 2018 alle 11:43, Thomas Morley
Post by Thomas Morley
Agreed. Also, why not delete some of the superfluous brackets in the
markup? Only keeping the surrounding ones for better viewable
structure. I.e.
\markup { \italic \fontsize #-2 "harm. 12" }
Could you provide a patch?
https://sourceforge.net/p/testlilyissues/issues/5404/
Thanks
Federico
Loading...