]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
* scm/titling.scm (default-score-title): remove caps for piece.
[lilypond.git] / lily / stem-tremolo.cc
index b4bb45f6949997be0e57a69c05b50c3f8ed4c7ba..8f275069d43311458956ee0265791309a7870003 100644 (file)
@@ -59,7 +59,7 @@ Stem_tremolo::raw_stencil (Grob *me)
       Real dy = 0;
       SCM s = beam->get_property ("positions");
       if (is_number_pair (s))
-       dy = -scm_to_double (ly_car (s)) +scm_to_double (ly_cdr (s));
+       dy = -scm_to_double (scm_car (s)) +scm_to_double (scm_cdr (s));
       
       Real dx = Beam::last_visible_stem (beam)->relative_coordinate (0, X_AXIS)
        - Beam::first_visible_stem (beam)->relative_coordinate (0, X_AXIS);