]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/textdef.cc
release: 0.0.27
[lilypond.git] / src / textdef.cc
index e3829c65db7f8079ad27510d249f401baf8ef40c..5dd44d91a15aede8a1c571e7c14e93a994fade08 100644 (file)
@@ -8,6 +8,13 @@ Text_def::Text_def()
 {   
     align_i_ = 1;                      // right
     style_str_ = "roman";
+    defined_ch_c_l_m = 0;
+}
+bool
+Text_def::compare(const Text_def&def)
+{
+    return align_i_ == def.align_i_ && text_str_ == def.text_str_
+       && style_str_ == def.style_str_;
 }
 
 Atom