bug-lilypond
[Top][All Lists]
Advanced

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

Issue 251 in project lilypond


From: codesite-noreply
Subject: Issue 251 in project lilypond
Date: Sun, 21 Jan 2007 13:26:05 -0800

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




reply via email to

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