lilypond-user
[Top][All Lists]
Advanced

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

where is the default auto-beam settings for 2/4 defined?


From: Frédéric Bron
Subject: where is the default auto-beam settings for 2/4 defined?
Date: Tue, 01 Sep 2009 22:37:38 +0200
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

In the following example, beams for 8 notes end at 1:4, 2:4, 3:4 and 4:4
but the only thing I can find in scm/auto-beam.scm  about time 2/4 is:

((end 1 32 2 4) . ,(ly:make-moment 1 8))
((end 1 32 2 4) . ,(ly:make-moment 2 8))
((end 1 32 2 4) . ,(ly:make-moment 3 8))
How can I revert this rule to make 8 notes grouped by measure?

\version "2.12.2"
{ \time 2/4
 #(revert-auto-beam-setting '(end 1 8 2 4) 1 4) % does not work
 \repeat unfold 16 { c'8 }
}




reply via email to

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