lilypond-user
[Top][All Lists]
Advanced

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

Re: harp basic muffle


From: Valentin Villenave
Subject: Re: harp basic muffle
Date: Thu, 24 Jan 2019 15:21:36 +0000

On 1/24/19, N. Andrew Walsh <address@hidden> 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.



reply via email to

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