diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-09-12 12:46:49 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-09-12 12:46:49 +0000 |
commit | 4ecdbd7d70ca7441be4dddd15ac01cc255bc2a35 (patch) | |
tree | cf0f04b196d61f3a97be37cffd12e741715786a0 /lily/percent-repeat-item.cc | |
parent | a5dc234358f5bbdc78bb514fd1f77ba22721c06c (diff) |
* lily/tie-column.cc (set_manual_tie_configuration): new function.
* lily/laissez-vibrer-tie.cc: new file.
* lily/tie-column.cc (set_tie_config_directions): new function
(final_shape_adjustment): new function.
(shift_small_ties): new function.
* lily/tie-column.cc (set_chord_outline): new function.
Diffstat (limited to 'lily/percent-repeat-item.cc')
-rw-r--r-- | lily/percent-repeat-item.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lily/percent-repeat-item.cc b/lily/percent-repeat-item.cc index a8c2a4d0ab..f3d81ba543 100644 --- a/lily/percent-repeat-item.cc +++ b/lily/percent-repeat-item.cc @@ -8,7 +8,8 @@ #include "percent-repeat-item.hh" -#include <math.h> +#include <cmath> +using namespace std; #include "lookup.hh" #include "font-interface.hh" |