lilypond-user
[Top][All Lists]
Advanced

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

Re: The "let vibrate" tie


From: Pierre Perol-Schneider
Subject: Re: The "let vibrate" tie
Date: Tue, 14 May 2019 11:03:06 +0200

Hi Vicente,
How about something like:

myStencil = \markup\with-dimensions-from\null
  \stencil #(make-tie-stencil '(0 . 0) '(-4 . 0) .2 2)

myTie = {
  \once\override NoteHead.stencil = #(lambda (grob)
          (grob-interpret-markup grob myStencil ))
  \once\omit Stem
}

{
  <e' g'>1 \hideNotes q \unHideNotes \myTie q
}

Cheers,
Pierre

Le mar. 14 mai 2019 à 10:40, Malte Meyn <address@hidden> a écrit :
>
>
>
> Am 14.05.19 um 01:57 schrieb Vicente Sanches:
> > Hi everyone,
> >
> > How can I input that l.v. ("let vibrate") tie used generally with
> > timpani and mallets such as vibraphone em marimba?
>
> Hi Vicente,
>
> try \laissezVibrer. See also
> http://lilypond.org/doc/v2.19/Documentation/notation/writing-rhythms#index-_005claissezVibrer-1
>
> HTH,
> Malte
>
> _______________________________________________
> 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]