]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-marker-scheme.cc
Imported Upstream version 2.14.2
[lilypond.git] / lily / page-marker-scheme.cc
index c0563c87d4835de6523007fc0ea3813bc7370396..09bb3abdfe12b819a7c9d61f17dad700ff41c442 100644 (file)
@@ -1,9 +1,20 @@
 /*
-  page-marker-scheme.cc -- implement Page_marker bindings.
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2007--2011 Nicolas Sceaux <nicolas.sceaux@free.fr>
 
-  (c) 2007--2009 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  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 "page-marker.hh"
@@ -22,7 +33,7 @@ LY_DEFINE (ly_make_page_permission_marker, "ly:make-page-permission-marker",
 LY_DEFINE (ly_make_page_label_marker, "ly:make-page-label-marker",
           1, 0, 0,
           (SCM label),
-          "Return page marker with label.")
+          "Return page marker with label @var{label}.")
 {
   LY_ASSERT_TYPE (ly_is_symbol, label, 1);
   Page_marker *page_marker = new Page_marker ();