Issue 453: \compressMusic incorrectly increases beams
http://code.google.com/p/lilypond/issues/detail?id=453

New issue report by gpermus:
%{
The tremolo in the second bar should have three beams. \compressMusic makes
it considerably faster: it's got 5 beams instead of 3!
%}


\version "2.11.32"
\paper{ ragged-right=##t}
{
  \time 3/4
  \repeat tremolo 12 {e'32 f'}
    \set Staff.timeSignatureFraction = #'(4 . 4)
         \compressMusic #'(3 . 4)
    \repeat tremolo 12 {e'32 f'} r4
}






Attachments:
        foo.preview.png  3.2 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to