]> git.donarmstrong.com Git - lilypond.git/blob - flower/real.cc
MusicXML: If staff number is given in an element, make it work even if other elements...
[lilypond.git] / flower / real.cc
1 #include "real.hh"
2
3 #include <cmath>
4 using namespace std;
5
6 #ifdef INFINITY
7 const Real infinity_f = INFINITY;
8 #else
9 const Real infinity_f = HUGE_VAL;
10 #endif
11