X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-options.cc;h=f78a94a6199fc1996b4602befa57437bd1a0b8ab;hb=840936be1b28526ef292b5dae8ae031b4fa587f9;hp=8c7b7c3ca5191002cc1477be2d0e666552eb71d7;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/spacing-options.cc b/lily/spacing-options.cc index 8c7b7c3ca5..f78a94a619 100644 --- a/lily/spacing-options.cc +++ b/lily/spacing-options.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Han-Wen Nienhuys + (c) 2006--2009 Han-Wen Nienhuys */ @@ -56,8 +56,7 @@ Spacing_options::Spacing_options () Get the measure wide ant for arithmetic spacing. */ Real -Spacing_options::get_duration_space (Rational d, - bool *expand_only) const +Spacing_options::get_duration_space (Rational d) const { Real k = shortest_duration_space_; @@ -92,7 +91,6 @@ Spacing_options::get_duration_space (Rational d, */ Real log = log_2 (global_shortest_); k -= log; - *expand_only = false; return (log_2 (d) + k) * increment_; }