summaryrefslogtreecommitdiff
path: root/lily/include
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2000-08-09 23:30:23 +0200
committerJan Nieuwenhuizen <janneke@gnu.org>2000-08-09 23:30:23 +0200
commit4f6b4a6446a913f89760e63b7f65c8bdb223a3a5 (patch)
tree7d314ab46a8bb5d6dc93141e2c639d1527fd6034 /lily/include
parent423672df912e589e50a7ffc4ff1700a6a9b32811 (diff)
patch::: 1.3.77.jcn1
1.3.77.jcn1 =========== * `Fixed' chord notation, as per request of David Arnold, ie, Added a chord-name-mode, that only displays chord names when there's a change in the chord-name-scheme, Also, a chord name should always be displayed after a line break. See input/test/drarn-chords.ly * Reverted duration-iter change in midi2ly, moved printing of options. --- Generated by janneke@gnu.org, From = lilypond-1.3.77, To = lilypond-1.3.77.jcn1 usage cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.77.jcn1.diff Patches do not contain automatically generated files or (urg) empty directories, i.e., you should rerun autoconf, configure
Diffstat (limited to 'lily/include')
-rw-r--r--lily/include/chord-name.hh1
-rw-r--r--lily/include/chord.hh2
2 files changed, 3 insertions, 0 deletions
diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh
index b4b55b318b..bd9bcfb9dc 100644
--- a/lily/include/chord-name.hh
+++ b/lily/include/chord-name.hh
@@ -24,6 +24,7 @@ public:
static SCM brew_molecule (SCM);
static Molecule ly_word2molecule (Score_element*, SCM scm, Real* x) ;
static Molecule ly_text2molecule (Score_element*, SCM scm) ;
+ static SCM after_line_breaking (SCM);
};
#endif // CHORD_NAME_HH
diff --git a/lily/include/chord.hh b/lily/include/chord.hh
index ce85501bf8..ce00613275 100644
--- a/lily/include/chord.hh
+++ b/lily/include/chord.hh
@@ -50,4 +50,6 @@ Chord to_chord (Musical_pitch tonic, Array<Musical_pitch>* add_arr_p, Array<Musi
Chord to_chord (Array<Musical_pitch> pitch_arr, Tonic_req* tonic_req, Inversion_req* inversion_req, Bass_req* bass_req, bool find_inversion_b);
+int compare (Chord*, Chord*);
+
#endif // CHORD_HH