]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-engraver.cc
patch::: 1.3.49.hwn1: deze dus
[lilypond.git] / lily / text-engraver.cc
index 0f222daab1bd2f1d6022c20729ed0fe437647a96..c0ab61393794be4c987a2c08876189004c0146f9 100644 (file)
@@ -104,8 +104,10 @@ Text_engraver::do_process_music ()
       
       SCM empty = get_property ("textNonEmpty");
       if (!to_boolean (empty))
-       text->set_extent_callback (0, X_AXIS);
-
+       {
+         text->set_elt_property ("no-spacing-rods" , SCM_BOOL_T);
+         text->set_extent_callback (0, X_AXIS);
+       }
       announce_element (Score_element_info (text, r));
       texts_.push (text);
     }