]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/horizontal-bracket-engraver.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / horizontal-bracket-engraver.cc
index b4621cb61fbc807ea8210f3e09d53ce6f3ed9f63..60a3669d7fa09d838e7c4e290f8d1a620f6b15bf 100644 (file)
@@ -48,7 +48,7 @@ Horizontal_bracket_engraver::try_music (Music *m)
 {
   if (m->is_mus_type ("note-grouping-event"))
     {
-      Direction d = to_dir (m->get_mus_property ("span-direction"));
+      Direction d = to_dir (m->get_property ("span-direction"));
       
       if (d == STOP)
        {