The note heads are not typeset by the RhythmicStaff itself,  but by
an (implicitly created) Voice context within the RhythmicStaff, so
the completion heads engraver should be added to that Voice context
to make it work correctly:

\new RhythmicStaff {
 \new Voice \with {
   \remove "Note_heads_engraver"
   \consists "Completion_heads_engraver"
 }
 {
   \time 4/4
   c4 e8 f g1 r4 g r2 g1:32 r1
 }
}


  /Mats

Albert wrote:
Hello,

It seems there's a bug when using rhythmic staff with automatic note splitting
enabled.  I tried the following example file, among others, and get nonsense
whenever the notes are split:

\new RhythmicStaff \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
}

{
  \time 4/4
  c4 e8 f g1 r4 g r2 g1:32 r1
}


Note splitting works fine for normal staves.  I hope this bug will be fixed 
soon.


Many thanks,

Albert



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        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://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to