]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/custos.cc
Release: bump version.
[lilypond.git] / lily / custos.cc
index 93ba64a0616a63c77f4adeba4e5ec158f3aca27c..00da1d53d1bfee2288287e082d2c5523a641121b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2000--2010 Juergen Reuter <reuter@ipd.uka.de>
+  Copyright (C) 2000--2012 Juergen Reuter <reuter@ipd.uka.de>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -93,12 +93,12 @@ Custos::print (SCM smob)
 }
 
 ADD_INTERFACE (Custos,
-              "A custos object.  @code{style} can have four valid values:"
-              " @code{mensural}, @code{vaticana}, @code{medicaea}, and"
-              " @code{hufnagel}.  @code{mensural} is the default style.",
-
-              /* properties */
-              "style "
-              "neutral-position "
-              "neutral-direction "
-              );
+               "A custos object.  @code{style} can have four valid values:"
+               " @code{mensural}, @code{vaticana}, @code{medicaea}, and"
+               " @code{hufnagel}.  @code{mensural} is the default style.",
+
+               /* properties */
+               "style "
+               "neutral-position "
+               "neutral-direction "
+              );