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 <knig8...@icloud.com> wrote:

> How would I create this harp muffle symbol and place it centered between
> the treble and bass clefs?
> Rachel
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to