]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/auto-beam-engraver.cc (test_moment): use
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Feb 2004 20:33:22 +0000 (20:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 13 Feb 2004 20:33:22 +0000 (20:33 +0000)
updated_grob_properties() to retrieve autoBeam settings.

* input/GNUmakefile (SUBDIRS): remove ascii-art

ChangeLog
lily/auto-beam-engraver.cc

index d872f1cd0908179cc63c7bbffe8cd79e11185fd5..8d124609726ca1395d5c84a5ed3dfb1f4b74e885 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/auto-beam-engraver.cc (test_moment): use
+       updated_grob_properties() to retrieve autoBeam settings.
+
        * lily/spacing-spanner.cc: bound shortest_playing_len by
        measure_length
 
index 968120323b34ff5404d853d1d5db1680fedf02c7..9b743ca57ad59a815662620236664ac9fd936d20 100644 (file)
@@ -145,7 +145,11 @@ Auto_beam_engraver::test_moment (Direction dir, Moment test_mom)
   SCM type = scm_list_n (scm_int2num (test_mom.num ()),
                      scm_int2num (test_mom.den ()), SCM_UNDEFINED);
 
-  SCM settings = get_property ("autoBeamSettings");
+  /*
+    UGH UGH.
+    settings aren't grob-properties.
+   */
+  SCM settings = updated_grob_properties (daddy_trans_, ly_symbol2scm ("autoBeamSettings"));
   
   /* first guess */