Please always tell what LilyPond version you use.
\TabStaffContext should certainly be defined, though, since
you use a version where \context TabStaff works.

Why do you say that it's not defined? Exactly what error message do
you get?

If you use LilyPond version 2.0.x, Richard's solution will have to
look something like:
\score{
  ...
  \paper{
    \translator{
      \TabStaffContext
      \remove "Axis_group_engraver"
      \consistsend "Hara_kiri_engraver"
       Beam \override #'auto-knee-gap = #'()
    }
  }
}

If you use version 2.2.x, I hope you included Richard's answer within
the \paper{...} block.

/Mats


Stef Epardaud wrote:
On Sat, May 08, 2004 at 01:39:53PM -0400, Richard Schoeller wrote:

You need to include something like

\context {
   \TabStaffContext
   \remove "Axis_group_engraver"
   \consistsend "Hara_kiri_engraver"
   \override Beam #'auto-knee-gap = #'()
}


Hi, I tried this before, but \TabStaffContext is not defined, that's
where my lilypond hacking non-skills leave me :(

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


_______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to