]> git.donarmstrong.com Git - lilypond.git/blob - flower/real.cc
Issue 4131/1: Reimplement forced partcombine decisions via context properties
[lilypond.git] / flower / real.cc
1 #include "real.hh"
2
3 #include <cmath>
4
5 #ifdef INFINITY
6 const Real infinity_f = INFINITY;
7 #else
8 const Real infinity_f = HUGE_VAL;
9 #endif
10