]> git.donarmstrong.com Git - lilypond.git/commitdiff
ask for beaming rather than quantized-positions in
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 11 Jan 2007 11:39:29 +0000 (12:39 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 11 Jan 2007 11:39:29 +0000 (12:39 +0100)
Beam::get_beam_segments().

lily/beam.cc

index b28d8f8e0f29e2c71e06b8c83544855fd183b9b7..a782cdfac466447ee95429fc26b119488e021365 100644 (file)
@@ -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<Spanner*> (me_grob);