Issue 251: subdivideBeams and automatic beaming
http://code.google.com/p/lilypond/issues/detail?id=251

New issue report by gpermus:
%{
1) The last beam of the first measure is subdivided; a
workaround for this is setting subdivideBeams after the
first note in the second measure, but is there a cleaner
solution?

2) The start and end of beams is changed, most notably
a beam end is introduced after 3/8.
%}


\version "2.11.12"
\paper { ragged-right = ##t }
{
   \time 3/4
   b16 b b b b b b b b b b b
   \set subdivideBeams = ##t
   \set Score.beatLength = #(ly:make-moment 1 8)
   b16 b b b b b b b b b b b
}

Attachments:
        foo.preview.png  3.4 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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to