diff options
Diffstat (limited to 'scm/flag-styles.scm')
-rw-r--r-- | scm/flag-styles.scm | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/scm/flag-styles.scm b/scm/flag-styles.scm index ae671db8ba..c15d432c6e 100644 --- a/scm/flag-styles.scm +++ b/scm/flag-styles.scm @@ -1,10 +1,22 @@ -;;;; flag-styles.scm +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPOnd music typesetter +;;;; Copyright (C) 2008--2009 Reinhold Kainhofer <reinhold@kainhofer.com> ;;;; +;;;; 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/>. + ;;;; This file implements different flag styles in Scheme / GUILE, most ;;;; notably the old-straight-flag and the modern-straight-flag styles. -;;;; (define-public (no-flag stem-grob) |