]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gregorian-ligature.cc
add vcs lines to debian/control
[lilypond.git] / lily / gregorian-ligature.cc
index 0bfdde3efaec88fc3e5a5cab61fb5785c33d9a8f..f0606102cb6bea32d3bab9e1844613acfb543aeb 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  gregorian-ligature.cc -- implement Gregorian_ligature
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2003--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
-  (c) 2003--2007 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
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "gregorian-ligature.hh"
@@ -49,7 +60,21 @@ Gregorian_ligature::prefixes_to_str (Grob *primitive)
   read by the associated item class, such as VaticanaLigature.--jr
 */
 ADD_INTERFACE (Gregorian_ligature,
-              "A gregorian ligature",
-              "virga stropha inclinatum auctum descendens ascendens "
-              "oriscus quilisma deminutum cavum linea pes-or-flexa "
-              "context-info prefix-set");
+              "A gregorian ligature.",
+
+              /* properties */
+              "virga "
+              "stropha "
+              "inclinatum "
+              "auctum "
+              "descendens "
+              "ascendens "
+              "oriscus "
+              "quilisma "
+              "deminutum "
+              "cavum "
+              "linea "
+              "pes-or-flexa "
+              "context-info "
+              "prefix-set "
+              );