lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5404 Doc: 2.4


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5404 Doc: 2.4.2, fix harmonic-mixed example
Date: Sun, 02 Sep 2018 13:14:39 -0000

Doc: 2.4.2, fix harmonic-mixed example
author  James Lowe <pkx166h@runbox.com> 
    Sun, 26 Aug 2018 11:58:43 +0100 (11:58 +0100)
committer   James Lowe <pkx166h@runbox.com> 
    Sun, 2 Sep 2018 13:59:20 +0100 (13:59 +0100)
commit  a52b774568830c4f63087aff1ccb3b0885cb7a18

[issues:#5404] Doc: 2.4.2, fix harmonic-mixed example

Status: Fixed
Labels: Fixed_2_21_0
Created: Sun Aug 26, 2018 10:01 AM UTC by Federico Bruni
Last Updated: Sun Sep 02, 2018 11:35 AM UTC
Owner: pkx166h

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

  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
}</g>

To:

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


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

[Prev in Thread] Current Thread [Next in Thread]