On 1/24/19, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote:
> In contemporary notation, a dotted line
> connects a note or chord to a later-occurring dampen symbol, indicating
> that those strings *and those strings only* are dampened at that point.

Is that the sort of things you’re referring to?
https://musescore.org/en/node/40761#comment-463186

Of course, there’s always good old BalloonText:

%%%%%%%%
mufflePath=
\markup
\path #'0.15 #'((moveto -1.25 0)
                (lineto 1.25 0)
                (moveto 0 -1.25)
                (lineto 0 1.25))

muffleMarkup=
\markup \translate #'(0 . 1)
\combine \mufflePath
\draw-circle #1 #0.15 ##f

\new PianoStaff <<
  \new Staff {b1 \bar "|."}
  \new Staff \with { \consists "Balloon_engraver" }
  {
    \clef bass
    <e-\balloonText #'(2 . -4) \muffleMarkup >2
    r
  }
>>
%%%%%%%%%%%%%

V.

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

Reply via email to