diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-06-07 23:16:59 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-06-07 23:16:59 +0200 |
commit | 42c6cca28cdfb8f06e65429e28deb198df915e16 (patch) | |
tree | bfa59e895cc2c90908ff9dae421dad49a8f9461e /lily/include | |
parent | be4269aace4cc63ebd2b2ae6e43bb0189e6280e2 (diff) |
patch::: 1.3.57.jcn2
1.3.57.jcn2
===========
* Cleaned-up scheme list to text conversion for Chord_name and
fixed horizontal kerning.
* Added examples for american (slashed o) and jazz (black triangle),
see input/test/{american-chords.ly,jazz-chords.ly}
Diffstat (limited to 'lily/include')
-rw-r--r-- | lily/include/chord-name.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/include/chord-name.hh b/lily/include/chord-name.hh index f2c930c031..80bc855e43 100644 --- a/lily/include/chord-name.hh +++ b/lily/include/chord-name.hh @@ -25,7 +25,7 @@ public: static SCM scheme_molecule (SCM); VIRTUAL_COPY_CONS (Score_element); - Molecule ly_word2molecule (SCM scm) const; + Molecule ly_word2molecule (SCM scm, Real* x) const; Molecule ly_text2molecule (SCM scm) const; Chord_name(SCM s); protected: |