]> git.donarmstrong.com Git - lilypond.git/commit
Implement compound time signatures
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 14 Jan 2011 20:09:57 +0000 (21:09 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 25 Jan 2011 16:18:18 +0000 (17:18 +0100)
commita2eb9d0a93abab905d4d88c33921ee1b8b8cb67c
tree38388c4950441dfa00e5aa5e932a8dd0e2c251e8
parentcb03a19174fd9245008176716742e1a2eb3a0b93
Implement compound time signatures

\compoundMeter is a replacement for \time, allowing complex time
signatures (like (1+3)/8 or 3/8+(2+5)/16, etc.).

The argument to the music function is a list of lists, each
describing one fraction in the signature.
Documentation/changes.tely
input/regression/compound-time-signatures.ly [new file with mode: 0644]
ly/music-functions-init.ly
scm/time-signature-settings.scm
scripts/musicxml2ly.py