]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/repeat-acknowledge-engraver.cc
Revert "coding style nit."
[lilypond.git] / lily / repeat-acknowledge-engraver.cc
index f752d5447d82bec5ad159e7e5fea8bdc5f80d976..56301cd2a33b9c9a5b51fb32f67e0bb95fde4be9 100644 (file)
@@ -66,7 +66,7 @@ Repeat_acknowledge_engraver::process_music ()
 
   SCM cs = get_property ("repeatCommands");
 
-  std::string s = "";
+  string s = "";
   bool start = false;
   bool end = false;
   bool volta_found = false;
@@ -110,6 +110,5 @@ ADD_TRANSLATOR (Repeat_acknowledge_engraver,
                /* doc */ "Acknowledge repeated music, and convert the contents of "
                "repeatCommands ainto an appropriate setting for whichBar.",
                /* create */ "",
-               /* accept */ "",
                /* read */ "repeatCommands whichBar",
                /* write */ "");