]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.33
authorfred <fred>
Sun, 24 Mar 2002 20:03:26 +0000 (20:03 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:03:26 +0000 (20:03 +0000)
TODO
lily/include/paper-def.hh
lily/p-score.cc

diff --git a/TODO b/TODO
index b38448220b9a332b20937e0db6ad5160eae9665a..f15bfb654c85a9ee8f1b79b456e567f85cf55b90 100644 (file)
--- a/TODO
+++ b/TODO
@@ -69,7 +69,7 @@ PROJECTS
        * Unicode support?
        - 16 bit Strings
        - -u switch
-               - detect of 16/8 bit files
+       - detect of 16/8 bit files
        - examples to go with it.
 
        * Spring_spacer:
@@ -79,9 +79,11 @@ PROJECTS
        - used fixed point fp
 
        * \header
-       - write perl script for handling it into databases
+       - write perl/python script for handling it into databases
        - write TeX macros to generate titles
        - adapt make-website to use \header info.
+       - output header info to MIDI too.
+
 
        * Makefile stuff:
        - Use Automake
index d87a5e637dd58e320aaae02fd4b672adbd5f469d..826918fa2f7efca4426faa24440dead24fb68e4b 100644 (file)
@@ -83,6 +83,7 @@ public:
   Real geometric_spacing(Moment) const;
   Real arithmetic_constant(Moment minimal_mom) const;
   Real arithmetic_spacing( Moment mom,Real constant) const;
+  String TeX_output_settings_str () const;
 };
 
 #endif // Paper_def_HH
index c2af728860e56bc0d5abc541efe2b063232c94f4..39ada58c3b21402c6ea95d8a30a9f00315aeb09b 100644 (file)
@@ -206,8 +206,9 @@ Paper_score::tex_output ()
     {
       tex_out << header_l_->TeX_string();
     }
+  tex_out << paper_l_->TeX_output_settings_str ();
+  
 
-  tex_out << "\n "<<  paper_l_->lookup_l ()->texsetting << "%(Tex id)\n";
   if (experimental_features_global_b)
     tex_out << "\\turnOnExperimentalFeatures%\n";
   super_elem_l_->output_all ();