lilypond-user
[Top][All Lists]
Advanced

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

Re: override-auto-beam-setting bug?


From: Martial
Subject: Re: override-auto-beam-setting bug?
Date: Thu, 26 Jul 2007 20:25:57 +0200
User-agent: Thunderbird 2.0.0.5 (Windows/20070716)


 Hi,

you must write that it is for all the Staff

\relative c'' {
        \time 8/8
        #(override-auto-beam-setting '(end * * * *) 3 8 'Staff)
        #(override-auto-beam-setting '(end * * * *) 6 8 'Staff)
        #(override-auto-beam-setting '(end * * * *) 8 8 'Staff)
        c8 c c c c c c c
        << g'1 \\ {c,8 c c c c c c c} >>
}
        

Since 2.11.28, override-auto-beam-setting does not work anymore in newly instantiated voices (implicit or not):

\version "2.11.28"
\paper { ragged-right = ##t }
\relative c'' {
        \time 8/8
        #(override-auto-beam-setting '(end * * * *) 3 8)
        #(override-auto-beam-setting '(end * * * *) 6 8)
        #(override-auto-beam-setting '(end * * * *) 8 8)
c8 c c c c c c c
<< g'1 \\ {c,8 c c c c c c c}>>
}

yields attached png. Is this a bug or is there a way to set override-auto-beam-setting for all voices at once? (the docs 404 since this noon :( )

with kind regards,
Wilbert Berendsen





reply via email to

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