]> git.donarmstrong.com Git - lilypond.git/commit - python/musicexp.py
Implement non-standard tuplet numbers
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 30 Jan 2009 23:06:57 +0000 (00:06 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 7 Mar 2009 21:56:11 +0000 (22:56 +0100)
commite83d4d449bbb7d775b4ef1058b963fa236ba1048
tree83cc691b3cf7fd8886477e77ee3d37b890308e34
parent4ad1d706bb65f34978993a529b68290091e65028
Implement non-standard tuplet numbers

-) Add function for different fraction than the actual tuplet fraction
-) Add wrapper function that appends a note with given duration after
   the standard tuplet text (denominator or fraction)
-) Add function to print tuplet text with both fraction values with a
   note duration attached
-) Add snippet to be included in the Docs
-) Add regtests for all these cases
-) Remove definitions from musicxml2ly and make it use these new functions
12 files changed:
Documentation/topdocs/NEWS.tely
Documentation/user/rhythms.itely
input/lsr/non-default-tuplet-numbers.ly [new file with mode: 0644]
input/lsr/rhythms.snippet-list
input/new/non-default-tuplet-numbers.ly [new file with mode: 0644]
input/regression/musicxml/23c-Tuplet-Display-NonStandard.xml
input/regression/tuplet-text-different-numbers.ly [new file with mode: 0644]
input/regression/tuplet-text-fraction-with-notes.ly [new file with mode: 0644]
input/regression/tuplet-text-note-appended.ly [new file with mode: 0644]
python/musicexp.py
scm/output-lib.scm
scripts/musicxml2ly.py