lilypond-user
[Top][All Lists]
Advanced

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

Re: Slurred staccato in a tremolo (Menu Jacques)


From: Cynthia Karl
Subject: Re: Slurred staccato in a tremolo (Menu Jacques)
Date: Sun, 08 Mar 2015 13:31:33 -0500

> Message: 2
> Date: Sun, 8 Mar 2015 18:37:15 +0100
> From: Menu Jacques <address@hidden>
> Subject: Slurred staccato in a tremolo
> 
> Is there a way to get the slur above the tremolo in the sample below, as 
> found in the attached manuscript image?
> 
> Thanks for you help!
> 
> JM
> 
> 
> \version "2.19.15"
> 
> {
>  \time 3/4
>  \clef "bass"
>  \repeat tremolo 6 { e8 -. } |
> }
> 
> 
How about:

{
 \time 3/4
 \clef "bass"
 <<\repeat tremolo 6 {e8 -.  } 
   \shape #'((-2 . 0.2) (-1 . 0.2) (0 . 0.2) (0 . 0.6)) Slur
   {s4( s s)}>> |
}

> 
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.gnu.org/archive/html/lilypond-user/attachments/20150308/b3a3882e/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: SlurredStaccatoProblem.png
> Type: image/png
> Size: 17851 bytes
> Desc: not available
> URL: 
> <http://lists.gnu.org/archive/html/lilypond-user/attachments/20150308/b3a3882e/attachment.png>
> 
> ------------------------------
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> End of lilypond-user Digest, Vol 148, Issue 63
> **********************************************




reply via email to

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