X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpitched-trill-engraver.cc;h=817ae68724adbb66ef7a9fd4fd3ff322ec04873f;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=39cb899acc6b3b0e257082fe9c253d99fb9f6eef;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/lily/pitched-trill-engraver.cc b/lily/pitched-trill-engraver.cc index 39cb899acc..817ae68724 100644 --- a/lily/pitched-trill-engraver.cc +++ b/lily/pitched-trill-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2005--2007 Han-Wen Nienhuys + (c) 2005--2008 Han-Wen Nienhuys */ #include "engraver.hh" @@ -85,7 +85,7 @@ Pitched_trill_engraver::make_trill (Stream_event *ev) SCM handle = scm_assoc (key, keysig); if (handle != SCM_BOOL_F) { - bool same_bar = (bn == robust_scm2int (scm_cddr (handle), 0)); + bool same_bar = (bn == robust_scm2int (scm_caddr (handle), 0)); bool same_alt = (p->get_alteration () == robust_scm2rational (scm_cadr (handle), 0));