faf2ded087
that offers a cost-effective alternative to commercial programs such as Sibelius and Finale. You can print beautifully engraved sheet music or save it as PDF or MIDI file. Some highlights: * WYSIWYG, notes are entered on a "virtual note sheet" * Unlimited number of staves * Up to four voices per staff * Easy and fast note entry with your keyboard, mouse, or MIDI keyboard * Integrated sequencer and FluidSynth software synthesizer * Import and export of MusicXML and Standard MIDI Files * Available for Windows, Mac and Linux * Translated in 43 languages * GNU GPL licensed WWW: http://musescore.org/
22 lines
680 B
Text
22 lines
680 B
Text
--- mscore/awl/denomspinbox.cpp.orig 2011-07-27 17:32:23.000000000 +0400
|
|
+++ mscore/awl/denomspinbox.cpp 2011-07-28 23:50:11.000000000 +0400
|
|
@@ -20,6 +20,8 @@
|
|
|
|
#include "denomspinbox.h"
|
|
|
|
+#define log2(x) (log(x)/log(2.0))
|
|
+
|
|
namespace Awl {
|
|
|
|
//---------------------------------------------------------
|
|
--- mscore/mscore/measure.cpp.orig 2011-07-27 17:32:43.000000000 +0400
|
|
+++ mscore/mscore/measure.cpp 2011-07-29 04:44:58.000000000 +0400
|
|
@@ -77,6 +77,8 @@
|
|
#include "spacer.h"
|
|
#include "duration.h"
|
|
|
|
+#define log2(x) (log(x)/log(2.0))
|
|
+
|
|
//---------------------------------------------------------
|
|
// MStaff
|
|
//---------------------------------------------------------
|