]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitched-trill-engraver.cc
Run `make grand-replace'.
[lilypond.git] / lily / pitched-trill-engraver.cc
index 39cb899acc6b3b0e257082fe9c253d99fb9f6eef..817ae68724adbb66ef7a9fd4fd3ff322ec04873f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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));