]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-function.cc
Doc-de: update wood.itely to omit woodwind key listing
[lilypond.git] / lily / music-function.cc
index e067234bf7974ef07b96fa5b6c4888d28410e84e..7d6675b3b759fd756db7723c83a66e99bfe0930b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2004--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2004--2012 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
@@ -64,7 +64,7 @@ SCM
 make_music_function (SCM signature, SCM func)
 {
   scm_set_object_property_x (func, ly_symbol2scm ("music-function-signature"),
-                            signature);
+                             signature);
 
   SCM_RETURN_NEWSMOB (music_function_tag, func);
 }