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: Mats Bengtsson
Subject: Re: Double Staff Tablature - No Stems is the Norm
Date: Tue, 19 Jun 2007 21:17:17 +0200
User-agent: Internet Messaging Program (IMP) H3 (4.0.5)

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 <address@hidden>:

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]