lilypond-user
[Top][All Lists]
Advanced

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

Re: Artificial harmonics with sounding pitch in parenthesis


From: Jonathan Kulp
Subject: Re: Artificial harmonics with sounding pitch in parenthesis
Date: Mon, 12 Jan 2009 06:22:56 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Tom Hall wrote:
Hello List

is it possible to combine harmonics notation with a small stemless parenthesized
note indicating the sounding pitch of a string harmonic? Something like
<a e' \harmonic  \parenthesize e'' >

-but also including a small stemless notehead (\tiny?) for the e'' This is
common in C20th notation.
I'm not familiar enough with lily tweaks and complex syntax to know how to
combine these properties, so any help appreciated.

Regards

Tom


In order to get the parenthesized notehead to be stemless, I put it in a separate voice. Otherwise it would make the other notes in the chord stemless as well. This example will produce a warning about clashing note columns unless you include the line about ignoring such warnings. HTH,

Jon


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.12.1-1"

\relative c' {
  \clef "treble_8"
  \override Staff.NoteColumn #'ignore-collision = ##t
  \override NoteHead #'style = #'harmonic-mixed

  <<
    { \oneVoice <a e'\harmonic > }

    \\

    { \override Stem #'stencil = ##f \oneVoice < \parenthesize e'' > }
  >>
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Attachment: parenthesized-stemless.png
Description: PNG image


reply via email to

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