summaryrefslogtreecommitdiff
path: root/lily/quote-iterator.cc
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2005-02-04 12:35:34 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2005-02-04 12:35:34 +0000
commit5d1ddaf889233f8e5c32a118f9e843e1becca2d2 (patch)
treead195962023dca704369e600cfcb4b114f6e3448 /lily/quote-iterator.cc
parent03cb444cac5f9daf11212eeda658c58a3274275a (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.cc2
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);