Issue 454: beamlets have different length
http://code.google.com/p/lilypond/issues/detail?id=454

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
Beamlets should always have the same length.

Here is a counterexample: The presence of an accidental
attached to the fourth note (transparent here for demonstration
purposes) makes the beamlet attached to the third note longer
for no good reason.  Given the fact that currently no
collisions between beams and accidentals are handled, this
lengthening can cause even more collisions.
" }

\relative c' {
  f16[ f8.]
\override Accidental #'transparent = ##t
  f16[ fis8.]
}

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        16th-beam.png  3.2 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

-- 
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