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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to