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: Thomas Morley
Subject: Re: Arpeggio in tablature with two voices.
Date: Tue, 24 Jan 2012 21:07:42 +0100

Hi andy,

2012/1/24 AB <address@hidden>:
>>
>
> Hi List, I'm trying to use connectArpeggios in tablature with no results.
> I started with this snippet: http://lsr.dsi.unimi.it/LSR/Snippet?id=294
> My "arrangement" for tab is this:
>
> \layout {
>  \context {
>   \TabStaff
>   \consists "Span_arpeggio_engraver"
>  }
> }
>
> \new TabStaff
>  {
>  \set Staff.connectArpeggios = ##t
>  <<
>  {<e' g'>4\arpeggio <d' f'>4 <d' f'>2 }
>    \\
>  {<d f >2\arpeggio  <g b>2  }
>  >>
> }
>
> But no arpeggio symbol appears. It's not far from the code I used in Lily
> 2.11.21 few years ago (example here:
> http://img685.imageshack.us/img685/3315/arpeggiooldlily.png) but with Lily
> 2.14.2 doesn't work.
> Thanks in advance.
> andy

there were some changes with the TabStaff in 2.14.2. Add:
\tabFullNotation
or
\revert TabStaff.Arpeggio #'stencil

Cheers,
  Harm



reply via email to

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