]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
Release: bump Welcome versions.
[lilypond.git] / lily / include / clef.hh
index bd59e6ee1da437aaa6c516abb47d614791991ab2..8e3d10c0d38d15e4c3fb38a7ed777a7d074d1dc4 100644 (file)
@@ -1,36 +1,33 @@
-/*   
-  clef.hh -- declare 
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+/*
+  This file is part of LilyPond, the GNU music typesetter.
 
-#ifndef CLEF_HH
-#define CLEF_HH
-#include "lily-guile.hh"
-#include "lily-proto.hh"
+  Copyright (C) 2000--2015 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.
 
-/**
-  Set a clef in a staff.
+  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.
 
-  properties:
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
+*/
 
-  non-default -- not set because of existence of a bar?
+#ifndef CLEF_HH
+#define CLEF_HH
 
-  change -- is this a change clef (smaller size)?
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
-  glyph -- a string determining what glyph is typeset
-  
- */
-struct Clef 
+struct Clef
 {
-  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
-  static bool has_interface (Score_element*);
-  static void set_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
 };
 
-
 #endif /* CLEF_HH */