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 working.
thanks,
joey
partition = {
\key e \major
e8\5 fis\5 gis\5 a\5 b\5 cis'\5 dis'\5 e'\5
e8\4 fis\4 gis\4 a\4 b\4 cis'\4 dis'\4 e'\4
}
<<
\new Staff {
\clef "G_8"
\partition }
\new TabStaff {
\override Stem #'transparent = ##t
\override Beam #'transparent = ##t
\override TimeSignature #'transparent = ##t
\override TupletBracket #'number-visibility = ##f
\partition}
>>
On Jun 19, 2007, at 3:17 PM, Mats Bengtsson wrote:
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
\override ...
}
}
somewhere at the top level of the file.
/Mats
Quoting Joey Coyle <[EMAIL PROTECTED]>:
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
<e\5 dis'\4>
<e dis'>
<<e\5 dis'\4>>
<e dis'>\5\4
}
\context StaffGroup <<
\context Staff <<
\clef "G_8"
\partition
>>
\context TabStaff
<<
\partition
>>
>>
thanks,
joey
On Jun 19, 2007, at 2:27 PM, Mats Bengtsson wrote:
\new TabStaff {
\override Stem #'transparent = ##t
a,4\5 c'\2 a\3 e'\1
e\4 c'\2 a\3 e'\1
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user