lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Multimeasure rest print function


From: Mike Solomon
Subject: Multimeasure rest print function
Date: Thu, 27 Jan 2011 17:12:11 -0500

Hey all,

I noticed the following lines of code in Multi_measure_rest::print (SCM smob):

<snip>
  int measures = 0;
  SCM m (me->get_property ("measure-count"));
  if (scm_is_number (m))
    measures = scm_to_int (m);  
</snip>

It seems that the variable `measures' is unused in this function - can this be 
deleted?

Cheers,
MS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]