On 02.02.2010, at 00:00, -Eluze wrote:
% weird:
breaks = { s 1 * 44 }
music = { \repeat unfold 3 { c c c r } }
<< \music \\ \breaks >>
translates to:
breaks = "s1*44"
music = {\repeat unfold 3{ c1*44 c1*44 c1*44 r1*44}}
<<\music\\breaks>>
See the problem? Remember lilypond copies the previously used
rhythmic value.
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
