lilypond-user
[Top][All Lists]
Advanced

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

Re: TabStaff. Connect arpeggios.


From: Xavier Scheuer
Subject: Re: TabStaff. Connect arpeggios.
Date: Thu, 26 Dec 2024 19:56:01 +0100

On Thu, 26 Dec 2024 at 18:57, Епишин Василий Ильич <kalennar@gmail.com> wrote:
>
> Hello!
>
> \version "2.25.16"
>
> Can't find any information about connection arpeggios in TabStaff. Is
> it impossible to connect?

Hello,

If you have more than one TabStaff and put them in a GrandStaff (or alike), you can connect arpeggios.

\new GrandStaff \relative c' <<
  \set GrandStaff.connectArpeggios = ##t
  \new TabStaff {
    <c g c>4\arpeggio
    <e c' g'>4\arpeggio
  }
  \new TabStaff {
    \repeat unfold 4 {
      <g, c e>4\arpeggio
    }
  }
>>

Kind regards,
Xavier


reply via email to

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