]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/chord-name.hh
patch::: 1.3.77.jcn1
[lilypond.git] / lily / include / chord-name.hh
1 /*
2   chord-name.hh -- declare Chord_name
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1999--2000 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef CHORD_NAME_HH
10 #define CHORD_NAME_HH
11
12 #include "lily-guile.hh"
13 #include "molecule.hh"
14
15 /**
16    elt_properties:
17    pitches: list of musical-pitch
18    inversion(optional): musical-pitch
19    bass(optional): musical-pitch
20  */
21 class Chord_name
22 {
23 public:
24   static SCM brew_molecule (SCM);
25   static Molecule ly_word2molecule (Score_element*, SCM scm, Real* x) ;
26   static Molecule ly_text2molecule (Score_element*, SCM scm) ;
27   static SCM after_line_breaking (SCM);
28 };
29
30 #endif // CHORD_NAME_HH