From 81e82e33af44711ca07e55262f2e505c69d91e72 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 11 Jan 2007 12:39:29 +0100 Subject: [PATCH] ask for beaming rather than quantized-positions in Beam::get_beam_segments(). --- lily/beam.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2