]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-engraver.cc
*** empty log message ***
[lilypond.git] / lily / script-engraver.cc
index 88cca8b2e4d9ac52e991ffa2761f3f54b4122e9a..66fde4afc0fde5cd66cba1571ff9e251afef3fdc 100644 (file)
@@ -128,7 +128,7 @@ void make_script_from_event (Grob *p, bool * follow, Context *tg,
          /* Make sure they're in order of user input by adding index i.
             Don't use the direction in this priority. Smaller means closer
             to the head.  */
-         int prio  = ly_scm2int (val) +  index;
+         int prio  = scm_to_int (val) +  index;
          
         
          val = scm_int2num (prio);