cornedriesprong / mingus

Automatically exported from code.google.com/p/mingus
GNU General Public License v3.0
0 stars 0 forks source link

LilyPond needs to use new value module #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To be able to print more complex note values than whole, halve, quarter,
eight, etc. notes. All the prerequisites in the value module are there;
probably need to look up some lilypond notation.

Original issue reported on code.google.com by Rhijnauwen@gmail.com on 19 Jan 2009 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by Rhijnauwen@gmail.com on 19 Jan 2009 at 5:16

GoogleCodeExporter commented 9 years ago
Need a simple fix here:
http://code.google.com/p/mingus/source/browse/trunk/mingus/extra/LilyPond.py#89

Original comment by Rhijnauwen@gmail.com on 22 Jan 2009 at 5:50

GoogleCodeExporter commented 9 years ago
From the LilyPond documentation:

* To obtain dotted note lengths, place a dot (.) after the duration. 
Double-dotted
notes are specified by appending two dots, and so on. 
* Tuplets: 
     \times fraction { music }
eg.
     \times 2/3 { b4 b b }

It should be easy now...

Original comment by Rhijnauwen@gmail.com on 26 Jan 2009 at 1:41

GoogleCodeExporter commented 9 years ago
Done and uploaded (version 0.3.9.0).

Original comment by Rhijnauwen@gmail.com on 26 Jan 2009 at 2:29