lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio in tablature with two voices.


From: AB
Subject: Re: Arpeggio in tablature with two voices.
Date: Wed, 25 Jan 2012 21:44:04 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Federico Bruni <fedelogy <at> gmail.com> writes:

> Il 24/01/2012 20:37, AB ha scritto:
> >>
(cut)
> >
> > \new TabStaff
> >   {
> >   \set Staff.connectArpeggios = ##t
> >   <<
> >    {<e' g'>4\arpeggio<d' f'>4<d' f'>2 }
> >      \\
> >    {<d f>2\arpeggio<g b>2  }
> >   >>
> > }
(cut)

> By default, arpeggio are not displayed on TabStaff.
> Also, you set the connectArpeggios on the Staff context instead of TabStaff.
> 
> The following code should work as you wish:
> 
> \version "2.14.2"
> 
> \layout {
>    \context {
>      \TabStaff
>      \revert Arpeggio #'stencil
>    }
> }
> 
> \new TabStaff
>    \with {
>      \consists "Span_arpeggio_engraver"
>    }
>   {
>   \set TabStaff.connectArpeggios = ##t
>   <<
>    {<e' g'>4\arpeggio <d' f'>4 <d' f'>2 }
>      \\
>    {<d f >2\arpeggio  <g b>2  }
>   >>
> }

Hi Federico,
if you mean I wrote:
\set Staff.connectArpeggios = ##t
instead of:
\set TabStaff.connectArpeggios = ##t
It seems there is no difference, both are working.

Thank you very much.
Ciao.
andy





reply via email to

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