diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-02-04 12:35:34 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-02-04 12:35:34 +0000 |
commit | 5d1ddaf889233f8e5c32a118f9e843e1becca2d2 (patch) | |
tree | ad195962023dca704369e600cfcb4b114f6e3448 /lily/quote-iterator.cc | |
parent | 03cb444cac5f9daf11212eeda658c58a3274275a (diff) |
* scm/music-functions.scm (has-request-chord): don't use
ly:music-name anywhere. Fixes <<\\>> notation.
* lily/pango-font.cc (pango_item_string_stencil): bugfix: don't
crash if psname is null.
* lily/pango-font.cc (physical_font_tab): new member. Store PSname
-> font_filename mapping.
Diffstat (limited to 'lily/quote-iterator.cc')
-rw-r--r-- | lily/quote-iterator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/quote-iterator.cc b/lily/quote-iterator.cc index 4d26ce79f0..71fd74024e 100644 --- a/lily/quote-iterator.cc +++ b/lily/quote-iterator.cc @@ -71,7 +71,7 @@ Quote_iterator::Quote_iterator () int -binsearch_scm_vector (SCM vec, SCM key, bool (*is_less)(SCM a,SCM b)) +binsearch_scm_vector (SCM vec, SCM key, bool (*is_less)(SCM a, SCM b)) { int lo = 0; int hi = scm_c_vector_length (vec); |