From: Han-Wen Nienhuys Date: Thu, 11 Jan 2007 11:39:29 +0000 (+0100) Subject: ask for beaming rather than quantized-positions in X-Git-Tag: release/2.11.11-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=81e82e33af44711ca07e55262f2e505c69d91e72;p=lilypond.git ask for beaming rather than quantized-positions in Beam::get_beam_segments(). --- diff --git a/lily/beam.cc b/lily/beam.cc index b28d8f8e0f..a782cdfac4 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -317,7 +317,7 @@ Beam::get_beam_segments (Grob *me_grob, Grob **common) { /* ugh, this has a side-effect that we need to ensure that Stem #'beaming is correct */ - (void) me_grob->get_property ("quantized-positions"); + (void) me_grob->get_property ("beaming"); Spanner *me = dynamic_cast (me_grob);