summaryrefslogtreecommitdiff
path: root/lily/stanza-number-align-engraver.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-24 18:58:43 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-24 18:58:43 +0000
commit7f6816438d66f6d70db5b68454d80656a0f3f131 (patch)
tree20c6fabedd6edbc625a2ab779c524ab1ade0f4d7 /lily/stanza-number-align-engraver.cc
parent4296f55761e5813067f6ac4d259a79b20f148f1e (diff)
* lily/include/translator.hh (class Translator): remove
PRECOMPUTED_VIRTUAL everywhere. * lily/include/lily-guile.hh: inline scm_c[ad]r, scm_is_pair. * lily/context.cc (now_mom): non-recursive now_mom() * lily/grob.cc (Grob): look properties up directly.
Diffstat (limited to 'lily/stanza-number-align-engraver.cc')
-rw-r--r--lily/stanza-number-align-engraver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/stanza-number-align-engraver.cc b/lily/stanza-number-align-engraver.cc
index 0086f2b44c..2433da8092 100644
--- a/lily/stanza-number-align-engraver.cc
+++ b/lily/stanza-number-align-engraver.cc
@@ -26,7 +26,7 @@ protected:
DECLARE_ACKNOWLEDGER(lyric_syllable);
DECLARE_ACKNOWLEDGER(stanza_number);
- PRECOMPUTED_VIRTUAL void stop_translation_timestep ();
+ void stop_translation_timestep ();
};
Stanza_number_align_engraver::Stanza_number_align_engraver ()