From 4645c303f98c956f874b473c3f04949f13dcc71c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:46:04 +0000 Subject: [PATCH] lilypond-0.0.70pre --- init/register.ini | 1 - lily/.version | 4 ++-- lily/text-def.cc | 9 +++++++++ lily/text-reg.cc | 2 ++ 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/init/register.ini b/init/register.ini index 4b8d324fa9..a7d3257a9a 100644 --- a/init/register.ini +++ b/init/register.ini @@ -26,7 +26,6 @@ \alias "Voice_group"; \consists "Dynamic_register"; \consists "Stem_beam_register"; - \consists "Text_register"; \consists "Script_register"; \consists "Note_column_register"; \consists "Slur_register"; diff --git a/lily/.version b/lily/.version index 779974957f..e613199be6 100644 --- a/lily/.version +++ b/lily/.version @@ -1,7 +1,7 @@ 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 = diff --git a/lily/text-def.cc b/lily/text-def.cc index dc7ed6f58a..4d6c641436 100644 --- a/lily/text-def.cc +++ b/lily/text-def.cc @@ -24,12 +24,20 @@ Text_def::width(Paper_def * p) const return i; } +void +Text_def::do_print() const +{ +#ifndef NPRINT + mtor << "align " < + + Obsolete. */ #include "note-column.hh" #include "musical-request.hh" -- 2.39.5