]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance-scheme.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / performance-scheme.cc
index 645262f9df1072b04cccffe80700fee2f882e9cd..3f45829882b8b174e73f99bb077973333800850e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performance.hh"
@@ -11,7 +11,6 @@
 LY_DEFINE (ly_performance_write, "ly:performance-write",
           2, 0, 0, (SCM performance, SCM filename),
           "Write @var{performance} to @var{filename}")
-
 {
   Performance *perf = dynamic_cast<Performance *> (unsmob_music_output (performance));
 
@@ -22,4 +21,3 @@ LY_DEFINE (ly_performance_write, "ly:performance-write",
   return SCM_UNSPECIFIED;
 }
 
-