]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
Fix rest-dot-position.ly
[lilypond.git] / lily / bar-engraver.cc
index 16792eac58adf2306e2b295e61f8b94e2cf250db..57457c37770fa061ca0bd34c7399c81fa8c3bc0b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
   Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
@@ -99,6 +99,5 @@ ADD_TRANSLATOR (Bar_engraver,
                /* doc */ "Create barlines. This engraver is controlled through the "
                "@code{whichBar} property. If it has no bar line to create, it will forbid a linebreak at this point",
                /* create */ "BarLine",
-               /* accept */ "",
                /* read */ "whichBar",
                /* write */ "forbidBreak");