\alias "Voice_group";
\consists "Dynamic_register";
\consists "Stem_beam_register";
- \consists "Text_register";
\consists "Script_register";
\consists "Note_column_register";
\consists "Slur_register";
MAJOR_VERSION = 0
MINOR_VERSION = 0
-PATCH_LEVEL = 68
+PATCH_LEVEL = 70
# use to send patches, always empty for released version:
# include separator: ".postfix", "-pl" makes rpm barf
-MY_PATCH_LEVEL = pre
+MY_PATCH_LEVEL =
return i;
}
+void
+Text_def::do_print() const
+{
+#ifndef NPRINT
+ mtor << "align " <<align_i_ << " `" << text_str_ << "'";
+#endif
+}
Text_def::Text_def()
{
align_i_ = 1; // right
style_str_ = "roman";
}
+
bool
Text_def::do_equal_b(Text_def const &def)const
{
mtor << "Text `" << text_str_ << "\', style " <<
style_str_ << "align " << align_i_ << '\n';
}
+
IMPLEMENT_STATIC_NAME(Text_def);
IMPLEMENT_IS_TYPE_B1(Text_def,General_script_def);
text-reg.cc -- implement Text_register
(c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+
+ Obsolete.
*/
#include "note-column.hh"
#include "musical-request.hh"