lilypond-user
[Top][All Lists]
Advanced

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

Re: creating a slur with markup


From: Thomas Morley
Subject: Re: creating a slur with markup
Date: Thu, 27 Jun 2013 00:08:34 +0200

2013/6/26 Rachael Thomas Carlson <address@hidden>:
> Hello everyone:
>
> I am wondering how one might create a slur with the  \markup command.  I am
> trying to create, in tabulature, two pull-offs that occur simultaneously in
> the same voice.
>
> \version "2.16.2"
>
> \new TabStaff {
> <c' e>8\2\4 <b d>\2\4
> }
>
> I need to create a slur between both of these notes without creating two
> voices in the tabulature as that would mess up the stems and beaming that I
> am working on.
>
> Thank you for any help that you are able to give,
> Rachael
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

How about

\version "2.16.2"

\new TabStaff {
        \tabFullNotation
        \set doubleSlurs = ##t
        <c' e>8\2\4( <b d>\2\4)
}


Cheers,
  Harm



reply via email to

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