bug-lilypond
[Top][All Lists]
Advanced

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

Re: subdivideBeams fails


From: Bernhard Ott
Subject: Re: subdivideBeams fails
Date: Tue, 11 May 2010 22:25:14 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4

On 11.05.2010 20:51, Xavier Scheuer wrote:
2010/5/10 Bernhard Ott<address@hidden>:

% subdivision fails at the beginning of a pattern % workaround: use
\overrideBeamSettings

Hi Bernhard,

How would you use \overrideBeamSettings as a workaround? I can't see
how to make it look like the second part (the right one) of the
pattern with only \overrideBeamSettings (i.e. without subdivideBeams
or manual beaming).


Sorry Xavier, I was not very clear about this (Carl asked me to
include only the failing snippet in my bug report), here is the whole example (see comments):

fagott =  \relative g, {
    \clef "bass" \key c \major \numericTimeSignature\time 4/4
    \set beatLength = #(ly:make-moment 1 8)
    \set subdivideBeams = ##t
% following pattern fails
   \repeat unfold 16 {c32 d}

% being desperate I tried
\overrideBeamSettings #'Score #'(4 . 4) #'end
     #'(((1 . 8) . (4 4))
        ((1 . 16) . (4 4 4 4))
        ((1 . 32) . (8 8 8 8)))
% following pattern works
        \repeat unfold 16 {c32 d}



HTH,

Bernhard




reply via email to

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