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: Noeck
Subject: Re: Notehead of harmonic whole note too narrow
Date: Tue, 10 Sep 2013 00:39:54 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130803 Thunderbird/17.0.8

The difference concerning centering, is this: using
  \override NoteHead #'style = #'harmonic-mixed
in your example, it gets left aligned, using
  \harmonic
it gets centered.

I would not have expected this to make a difference.


\version "2.17.25"

\relative f'' {
  \key e \minor
  \set tieWaitForNote = ##t
  \stemUp
  \grace { e,,16~[ gis'~ cis~ e~] }
  <e,, gis' cis e b'\harmonic>1
}

Joram



reply via email to

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