]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-context.cc
Issue 3450: \addlyrics doesn't work with TabStaff
[lilypond.git] / lily / global-context.cc
index 9a4d4c51ffe938af36b5d9e698bd2b936bb01d27..49bfff6e19248326c4347662fd6249559dea617d 100644 (file)
@@ -51,7 +51,9 @@ Global_context::Global_context (Output_def *o)
     programming_error ("no `Global' context found");
   else
     globaldef->apply_default_property_operations (this);
-  accepts_list_ = scm_list_1 (ly_symbol2scm ("Score"));
+
+  default_child_ = ly_symbol2scm ("Score");
+  accepts_list_ = scm_list_1 (default_child_);
 }
 
 Output_def *
@@ -147,7 +149,8 @@ Global_context::run_iterator_on_me (Music_iterator *iter)
 
       if (w == prev_mom_)
         {
-          programming_error ("Moment is not increasing. Aborting interpretation.");
+          programming_error ("Moment is not increasing."
+                             "  Aborting interpretation.");
           break;
         }