]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
* input/regression/tie-single-manual.ly (Module): new file.
[lilypond.git] / lily / dynamic-engraver.cc
index 8d4cb2880f195d1cd0c819092023872ffb154fb5..3c1a517942d4477fe686d6a29406d33adfd1085f 100644 (file)
@@ -207,15 +207,18 @@ Dynamic_engraver::process_music ()
 
          string start_type
            = ly_symbol2string (current_cresc_ev_->get_property ("name"));
-
-         /*
-           ugh. Use push/pop?
-         */
+         
          if (start_type == "DecrescendoEvent")
            start_type = "decrescendo";
          else if (start_type == "CrescendoEvent")
            start_type = "crescendo";
+         
+                                      
 
+         /*
+           UGH. TODO: should read from original event, so appearance
+           may be altered with \tweak.
+          */
          SCM s = get_property ((start_type + "Spanner").c_str ());
          if (!scm_is_symbol (s) || s == ly_symbol2scm ("hairpin"))
            {