lilypond-user
[Top][All Lists]
Advanced

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

Re: Simultaneous slurs inside a tuplet


From: David Pleydell
Subject: Re: Simultaneous slurs inside a tuplet
Date: Mon, 2 Dec 2019 10:02:27 +0000 (UTC)

Many thanks for these replies.

David Wright was correct - following a version upgrade the \=1(  \=1) type notation works well for simultaneous slurs.

On Friday, 29 November 2019, 04:38:26 CET, David Wright <address@hidden> wrote:


On Thu 28 Nov 2019 at 21:53:30 (+0000), David Pleydell wrote:
> Hi
> I'm trying to write out some traditional flamenco guitar pieces in Lilypond.  I have a situation where I must write legato (slurs) for two fingers simultaneously, inside a tuplet. I am using two staffs, a traditional one and one for tablature.   
> I attach a script (& it's pdf) that displays one of the slurs, but I would like to adapt it so that a second slur is displayed just above the first (i.e. linking the g and a).  
> How should I do this? The examples I've seen on simultaneous slurs seem to conflict with tuplet, or just not run on my computer.
> I'm using Lilypond & Frescobaldi installed from the Ubuntu repositories. 
> Would greatly appreciate some pointers as to how to do this.David 

You can label the slurs with numbers (NR ยง1.3.2 Expressive marks as
curves) but you will need 2.19.83 (or at least > 2.18.2).

> \version "2.18.2"
> \header {title = "Simultaneous slurs in a tuplet?"}
>
> global = {
>  \key c \major
>  \time 4/4
> }
>
> flamencoGuitar = \relative c {
>  \global
>  % I NEED TO ADD A SECOND SLUR ABOVE THE FIRST HERE
>  \tuplet 3/2 << {<d g c e >8[_(_(  <f a>_)_)  <f a c e >] } >> 
> }
>
> \score {
>  \new StaffGroup  <<
>    \new Staff { \clef "treble_8" \flamencoGuitar }
>      \new TabStaff  \flamencoGuitar
>  >>
> }

Cheers,

David.

reply via email to

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