lilypond-user
[Top][All Lists]
Advanced

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

Re: How to retain string numbers when using `q` chord repeater?


From: Federico Bruni
Subject: Re: How to retain string numbers when using `q` chord repeater?
Date: Wed, 03 Apr 2019 10:05:52 +0200



Il giorno mer 3 apr 2019 alle 0:30, Stig Brautaset <address@hidden> ha scritto:

I've got this score:

\version "2.19.82"
\new TabStaff { <b, fis b\3> q }

It results in the following tab, which is not what I want:


:-------
:T----o-
:A--4---
:B--4-4-
:---2-2-
:-------

Is there any way to retain the fingering from the full chord when using
the `q` chord repeater?


Yes, you can use \tabChordRepeats:
http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-fretted-strings#index-_005ctabChordRepeats-1


\version "2.19.82"
\new TabStaff {
 \tabChordRepeats {
   <b, fis b\3> q
 }
}







reply via email to

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