On Friday, 25 February 2000, Peter Chubb writes:

> However, if I do that, then
>        1.  The noteheads in the tambour part still come out as
>            filled ovals, not crosses.

This should be fixed.  
You can set the notehead style for rhythmic staff, like so:

  \paper{
    \translator{
      \RhythmicStaffContext
      noteHeadStyle="cross";
    }

>          2.  Despite removing the clef engraver from the
>            RhythmicStaff, a treble clef is still engraved.

Strange, no clef here:

\score{
  \context RhythmicStaff {
    \notes\relative c''{ 
      \time 4/4; 
      r4 r g2 | r4 g r2 | g1:32 | r1 |
    }
  }
  \paper{
    \translator{
      \RhythmicStaffContext
      noteHeadStyle="cross";
    }
  }
}


Jan.

-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to