lilypond-user
[Top][All Lists]
Advanced

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

q shortcut and voicings in TAB


From: David B. Stocker
Subject: q shortcut and voicings in TAB
Date: Wed, 17 Jun 2015 21:08:47 -0400
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Question:

Using the q shorthand for chords doesn't result in exact duplicates with regard to fret positions.

In my minimal example, pasted below, I would intend for repeated chords to have the same fret position as the initial iteration. I would think this would be the desired behavior to save typing using the q shorthand.

\version "2.18.2"


\new TabVoice \relative c {

<a\6 e'\5>8 q q q

}


% desired output:


\new TabVoice \relative c {

\repeat unfold 4 { <a\6 e'\5>8 }

}


Thanks,


David



reply via email to

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