]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-def.cc
release: 1.0.2
[lilypond.git] / lily / text-def.cc
index faf0dae1c4cfc65862599f7ea89dbea837cd8fec..b0dbaf5611c667eea0e2d1163dfa3908603f71a2 100644 (file)
@@ -26,6 +26,9 @@ Text_def::width (Paper_def * p) const
 {
   Atom a = get_atom (p,CENTER);
 
+  /* TODO: check string for \texcommand
+   */
+
   Real guess_width_f = text_str_.length_i() * a.dim_.x ().length (); // ugh
   Interval i (0, guess_width_f);
   i += - (align_dir_ + 1)* i.center();