Please see
http://lilypond.org/web/devel/participating/documentation-adding
and/or add the example to
http://lsr.dsi.unimi.it/
Cheers,
- Graham
Joey Coyle wrote:
This is Great Mats, and should definitely be an example in the Guitar
documentation.
thanks,
joey
On Jun 21, 2007, at 4:19 AM, M
This is Great Mats, and should definitely be an example in the Guitar
documentation.
thanks,
joey
On Jun 21, 2007, at 4:19 AM, Mats Bengtsson wrote:
It seems that your settings for some reasons are done in the TabVoice
context, so you explicitly have to say
\override TabStaff.TimeSignature
It seems that your settings for some reasons are done in the TabVoice
context, so you explicitly have to say
\override TabStaff.TimeSignature ...
However, I propose to make all these settings in a layout block, so that
they
automatically apply to all TAB staff in the .ly file (you may even want
Mats Bengtsson escreveu:
> You can easily remove the stems:
> \new TabStaff {
> \override Stem #'transparent = ##t
> a,4\5 c'\2 a\3 e'\1
> e\4 c'\2 a\3 e'\1
> }
>
> I no nothing about the notation practice for tab staff, but if you are
> certain that this is common enough to deser
Thanks Mats,
I have almost removed everything from the TAB staff to make it look
like the professional guitar transcriptions in all my books.
But I can't seem to remove the TimeSignature from the TAB staff...
here is what I have. Why is \override TimeSignature #'transparent =
##t not
Since you probably want to keep the stems in the ordinary
note staff, you could do it in
\context TabStaff
<<
\override ...
\partition
>>
An alternative is to specify that you want this setting in all TabStaff
contexts in your .ly file, by inserting
\layout{
\context{
\TabStaff
\o
Thanks Mats,
In this example, where would you place the \override Stem
#'transparent = ##t, as I can't get it to work. But I can get your
example to create a single staff...
partition = {
\key e \major
<>
\5\4
}
\context StaffGroup <<
\context Staff <<
\clef "G_8"
to the guitar section of the manual?
thanks,
jc
--
View this message in context:
http://www.nabble.com/Double-Staff-Tablature---No-Stems-is-the-Norm-tf3946846.html#a11196162
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
remove the stems from the tab staff?
2.) If possible, and since this is the norm, shouldn't the solution be added
to the guitar section of the manual?
thanks,
jc
--
View this message in context:
http://www.nabble.com/Double-Staff-Tablature---No-Stems-is-the-Norm-tf3946846.html#a11196162