Re: [tablatures] arpeggio not displayed on TabStaff on 2.13.3 |
[ Thread Index |
Date Index
| More lilynet.net/tablatures Archives
]
- To: tablatures@xxxxxxxxxxx
- Subject: Re: [tablatures] arpeggio not displayed on TabStaff on 2.13.3
- From: Marc Hohl <marc@xxxxxxxxxx>
- Date: Thu, 27 Aug 2009 20:23:00 +0200
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1251397381; l=1413; s=domk; d=hohlart.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=ON+nc6n7xjmwBqKrfb3PiTIjfRA=; b=NU1HYtrPVndZBnRSS/2GdvIVcOkFBKRMX8RA5XfcXV8ldjmSvycnDeRibTDfz1XRKAG 5dYi/2/fgpgIPUAc9E1y0b/RQlZBX83GnjuNHB0m3MDZpzYhk6bKwcSF1iOKBZJMurzLu 2ecvgAru2lUEzU9qyserxHi4PzK6fulSjI0=
Federico Bruni schrieb:
[...]
I want just to express (briefly) my point of view, as I was not
present when all of you discussed these issues.
[...]
Here's the stuff I want to change (I post it in case someone may be
interested..):
* remove string number from Staff (there is the tab, so this is very
redundant)
Ok, agreed.
* add Arpeggio to TabStaff
David, do you know more? What's the "official" way of writing arpeggios?
* remove parentheses around numbers from ties after a line break and
from repeatTie (this requires also some changes in tablature.ly)
Perhaps there will be an option so that you can switch between
parenthesized fret
numbers and no numbers at all - I'll think about it.
I think we should add
* make slurs visible again for hammer on and pull off, but their
appearance should be refined.
Or are there situations where a slur should *not* be indicated in a
TabStaff?
Generally, such changes are not too difficult to manage, but *we* as the
tablature users should find
a consensus, so if there are more proposals, wishes etc., please let me
know.
Marc
\layout {
\context {
\TabStaff
\revert Arpeggio #'stencil
}
\context {
\TabVoice
\override RepeatTie #'after-line-breaking = #repeat-tie::erase-tab
}
\context {
\Staff
\override StringNumber #'transparent = ##t
}
}