lilypond-user
[Top][All Lists]
Advanced

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

Re: Notehead of harmonic whole note too narrow


From: Nick Payne
Subject: Re: Notehead of harmonic whole note too narrow
Date: Tue, 10 Sep 2013 08:01:32 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

On 09/09/13 22:43, Phil Holmes wrote:
----- Original Message ----- From: "Nick Payne" <address@hidden>
To: <address@hidden>
Sent: Monday, September 09, 2013 1:12 PM
Subject: Notehead of harmonic whole note too narrow


The noteheads of whole notes are considerably wider than the noteheads
of smaller value notes, but a whole note harmonic has a notehead that is
exactly the same width as a harmonic notehead of any lesser value, and
considerably narrower than the head of a normal whole note. This makes a
whole note chord look rather ugly when one of the notes in the chord is
a harmonic. For example, here is the final bar of Villa-Lobos' Etude No 1:

\version "2.17.25"

\relative f'' {
  \key e \minor
  <<
    { \override NoteHead.style = #'harmonic-mixed b1 }
    \\
    {
      \set tieWaitForNote = ##t \stemUp
      \grace { e,,,16~[ gis'~ cis~ e~] } <e,, gis' cis e>1
    }
  >>
}


Do you have an image of an alternative design?

This looks a better match for the other whole notes:

\relative f'' {
  \key e \minor
  <<
    {
      \tweak font-size #3
      \tweak style #'harmonic-mixed
      b1
    }
    \\
    {
      \set tieWaitForNote = ##t \stemUp
      \grace { e,,,16~[ gis'~ cis~ e~] } <e,, gis' cis e>1
    }
  >>
}




Attachment: test.png
Description: PNG image


reply via email to

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