X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fstandalone.scm;h=5ecfe7200ab86590319e68a42c5edc74f532b1b7;hb=7a2766a80beb907df0b291584c1a84b6b4fe4c4f;hp=8fbf6b1f65e7319e28e210b57fea2b0e43df238c;hpb=38e0fd809d01de319d40224b5d2279888304b2d3;p=lilypond.git diff --git a/scm/standalone.scm b/scm/standalone.scm index 8fbf6b1f65..5ecfe7200a 100644 --- a/scm/standalone.scm +++ b/scm/standalone.scm @@ -1,9 +1,20 @@ -;;;; standalone.scm -- implement Scheme stuff for use without LilyPond +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPond music typesetter -;;;; -;;;; (c) 1998--2006 Jan Nieuwenhuizen +;;;; Copyright (C) 1998--2011 Jan Nieuwenhuizen ;;;; Han-Wen Nienhuys +;;;; +;;;; 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 . (use-modules (ice-9 rdelim))