lilypond-user
[Top][All Lists]
Advanced

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

Re: Automatic note splitting bug in 2.10.25 when used with RhythmicStaff


From: Mats Bengtsson
Subject: Re: Automatic note splitting bug in 2.10.25 when used with RhythmicStaff
Date: Mon, 25 Jun 2007 10:39:22 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

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





reply via email to

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