summaryrefslogtreecommitdiff
path: root/lily/chord-name-engraver.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-24 01:33:35 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-07-24 01:33:35 +0000
commitf2c2c5c43858f323e4708f83fd97e0f38017c275 (patch)
tree6b0b4644c48f2427dc3f332b13104780ad28a875 /lily/chord-name-engraver.cc
parent7512d98b2fa5f9cea2add48cccb93cc591defe32 (diff)
* lily/context.cc (where_defined): also assign value in
where_defined(). * lily/bezier.cc (get_other_coordinate): use curve_coordinate (curve_coordinate): new function * flower/include/parray.hh (binsearch): add lo,hi range to arguments. * lily/simple-spacer.cc (add_columns): only add rods between column i and begin/end if keep-inside-line is set (this repleces allow-outside-line as default)
Diffstat (limited to 'lily/chord-name-engraver.cc')
-rw-r--r--lily/chord-name-engraver.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc
index 8256b32aa0..b1206d2851 100644
--- a/lily/chord-name-engraver.cc
+++ b/lily/chord-name-engraver.cc
@@ -157,7 +157,6 @@ ADD_TRANSLATOR (Chord_name_engraver,
"and generate the appropriate chordname.",
/* creats*/ "ChordName",
/* accepts */ "note-event",
- /* acks */ "",
/* reads */ "chordChanges chordNameExceptions chordNameFunction "
"chordNoteNamer chordRootNamer chordNameExceptions majorSevenSymbol",
/* write */ "");