lilypond-user
[Top][All Lists]
Advanced

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

Re: RemoveEmptyStaffContext and TabStaff


From: Mats Bengtsson
Subject: Re: RemoveEmptyStaffContext and TabStaff
Date: Mon, 10 May 2004 10:48:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113

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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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