]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-engraver.cc
(process_lilypond_blocks): opps.
[lilypond.git] / lily / dynamic-engraver.cc
index 0d7ffd1da99d8ca0d3a1d8e01ad5aa43175d0d8f..3a836cee47ee2d7d10fa1534945fe3713c26e109 100644 (file)
@@ -270,7 +270,7 @@ Dynamic_engraver::process_music ()
              if (gh_string_p (s) || gh_pair_p (s))
                {
                  cresc_->set_grob_property ("edge-text",
-                                              gh_cons (s, scm_makfrom0str ("")));
+                                            gh_cons (s, scm_makfrom0str ("")));
                  daddy_trans_->set_property ((start_type + "Text").to_str0 (),
                                                SCM_EOL);
                }