lilypond-user
[Top][All Lists]
Advanced

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

Re: harp basic muffle


From: Andrew Bernard
Subject: Re: harp basic muffle
Date: Thu, 24 Jan 2019 16:54:57 +1100

There's a Unicode symbol for this somewhere. I'll find it.



On Thu, 24 Jan 2019 at 16:53, Andrew Bernard <address@hidden> wrote:
Hi Rachel,

Could you accept a coda symbol? Then something like this can be done:

%======
\version "2.19.82"

treble = {
  c''4
}

bass = {
  \clef bass
  \once \override Script.outside-staff-priority = ##f
  \once \override Script.Y-offset = 6
  c4_\coda
}

\score {
  <<
    \new Staff {
      \treble
    }
    \new Staff \bass
  >>
  \layout {}
}

%======

On Thu, 24 Jan 2019 at 16:10, Rachel Knight <address@hidden> wrote:
How would I create this harp muffle symbol and place it centered between the treble and bass clefs?
Rachel


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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