]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Rename collision-distance beam detail property to collision-padding.
[lilypond.git] / lily / main.cc
index e288d361d665985d4016b3f14ecc8183a6fcd3d8..d6ec34b1dcb9e4d325043f8630492d4c10d2b7ad 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -235,7 +235,7 @@ static void
 copyright ()
 {
   /* Do not update the copyright years here, run `make grand-replace'  */
-  printf ("%s", (_f ("Copyright (c) %s by\n%s  and others.", "1996--2010",
+  printf ("%s", (_f ("Copyright (c) %s by\n%s  and others.", "1996--2011",
                      AUTHORS).c_str ()));
   printf ("\n");
 }