]> git.donarmstrong.com Git - lilypond.git/commitdiff
creates LyricText objects
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 14 Jul 2004 17:54:42 +0000 (17:54 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 14 Jul 2004 17:54:42 +0000 (17:54 +0000)
ChangeLog
SConstruct
lily/lyric-engraver.cc

index 676e116f436aa1ddc9d7ce3ed9d211faca77e287..92fbb822edc7b199d74c5b17ec7677966cf96968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * lily/lyric-engraver.cc: creates LyricText objects
+
 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
        * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
index a71953922ba3fe056d0ca20ea7022ced05471950..167ac256386a5535219f905aa4785b33afe3f053 100644 (file)
@@ -99,6 +99,7 @@ config_vars = (
        )
 
 # Put your favourite stuff in custom.py
+CacheDir ("buildcache")
 opts = Options ([config_cache, 'custom.py'], ARGUMENTS)
 opts.Add ('prefix', 'Install prefix', '/usr/')
 opts.Add ('out', 'Output directory', 'out-scons')
index d9e68dbf6a2c6a036a58ccf69868f3c18b028698..d7f0c3b350dad5ec207dfaae872ec4781b68cde9 100644 (file)
@@ -149,7 +149,7 @@ Lyric_engraver::stop_translation_timestep ()
 
 ENTER_DESCRIPTION (Lyric_engraver,
 /* descr */       "",
-/* creats*/       "",
+/* creats*/       "LyricText",
 /* accepts */     "lyric-event",
 /* acks  */      "",
 /* reads */       "",