lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Double Staff Tablature - No Stems is the Norm


From: Joey Coyle
Subject: Re: Double Staff Tablature - No Stems is the Norm
Date: Tue, 19 Jun 2007 14:52:51 -0400

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

    }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]