]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output-def.hh
release: 1.5.46
[lilypond.git] / lily / include / music-output-def.hh
index e585202a6e65eeedb35eb35ccaa800d8c28a0320..8015d6079041c6b33e3c7cd3dfc7c2354a7bf788 100644 (file)
   Definition of how to output lilypond.
 
   TODO: smobify, remove Music_output_def_identifier.
+
+  TODO: remove Scope structure. Scheme_hash_table has all the info.
  */
 class Music_output_def  
 {
 public:
   Scheme_hash_table * translator_tab_;
   Scheme_hash_table * variable_tab_;  
+
   Scope *translator_p_dict_p_;
   Scope *scope_p_;