lilypond-user
[Top][All Lists]
Advanced

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

Re: Function for multiple tweaks


From: Andrew Bernard
Subject: Re: Function for multiple tweaks
Date: Thu, 24 Jan 2019 23:51:56 +1100

Thanks so much David and off list repliers.

I'm deeply grateful for the generous help on this amazing list.


Here's what works nicely:

\version "2.19.82"

harmonicNote =
\tweak NoteHead.stencil  #ly:text-interface::print
\tweak NoteHead.font-size #1
\tweak NoteHead.text #(markup #:musicglyph "noteheads.s0mi")
\etc

{
  <g' \harmonicNote c''>4
}

Andrew


reply via email to

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