X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fchord-name.hh;h=0df71f2fb47b39d23c91915bb7f68815bab15691;hb=7738c6fa2759373c05e34b003a7ed521e9382f37;hp=f2c930c031c256804d014efb2fe818c54ddf0132;hpb=b0064942493df77833e6e41e05d362850f4874b0;p=lilypond.git diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index f2c930c031..0df71f2fb4 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -1,36 +1,32 @@ /* - chord-name.hh -- declare Chord_name + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1999--2015 Jan Nieuwenhuizen - (c) 1999--2000 Jan Nieuwenhuizen + 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 . */ #ifndef CHORD_NAME_HH #define CHORD_NAME_HH -#include "chord.hh" -#include "item.hh" -#include "molecule.hh" - -/** - elt_properties: - pitches: list of musical-pitch - inversion(optional): musical-pitch - bass(optional): musical-pitch - */ -class Chord_name : public Item +#include "stencil.hh" +#include "grob-interface.hh" + +class Chord_name { public: - static SCM scheme_molecule (SCM); - -VIRTUAL_COPY_CONS (Score_element); - Molecule ly_word2molecule (SCM scm) const; - Molecule ly_text2molecule (SCM scm) const; - Chord_name(SCM s); -protected: - virtual Molecule do_brew_molecule () const; - + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); }; #endif // CHORD_NAME_HH