[tablatures] chord repetition and strings in TabStaff |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
- To: LilyPond User Group <lilypond-user@xxxxxxx>
- Subject: [tablatures] chord repetition and strings in TabStaff
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Sun, 20 Feb 2011 19:33:23 +0100
- Cc: tablatures@xxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:cc:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=q9iGwgqnvYFrmZE/ngsFbYoSGoW6qmiFxgg4A1TuLCE=; b=dVVaTV4+jrSGnZ6EkflBfLsKL/bBAHYj9l6w5H6fRbEfwsdF26hh1bhyucrd6XfkPF 0OLtqaPcC/jCPCFPdrEdIOmvi2OzdaIheB0yTI6RSR70WzFX7h8PGzcz0azxen+j3IiB qqTEZExLRJZ14YifyRuHmjSFAErNSxNeUKtnU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; b=ZrFlCesCjuYWV1cuNW5+3ut2kPrVOCUtSBL6Gc7m+MLHmG6C51Dw2CzZEdp+ojkiiE iKFuzIIY2a6y8T1OTUG+bbgmawiRD0YmogrAfFJF/b8sAKZVLFQBzqRIMQ6bW2rs43BQ oJUgTXQXOK85lOvLxy/McaH1I2/pkHNMUgWno=
q forgets in which string a note is played and as a result you get a
wrong chord in TabStaff:
\version "2.13.49"
\new TabStaff {
% first chord is ok, second is "wrong"
<fis a e'\2>4 q
<e b\2 c'\3 g'>2. q4
}
Is it possible to improve q?
I couldn't find anything related in the open issues of the tracker.
Thanks,
Federico