]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 1.2.10
[lilypond.git] / lily / rest.cc
index af38a2b0d384e3225772f88645d9f2254d3dc003..daa9ceb5ddfe2780c19559292e340a2d190bb78a 100644 (file)
@@ -46,7 +46,7 @@ Rest::do_brew_molecule_p () const
   bool ledger_b =false;
 
   if (balltype_i_ == 0 || balltype_i_ == 1)
-    ledger_b = abs(position_i ()  - (2* balltype_i_ - 1)) > lines_i (); 
+    ledger_b = abs(position_f ()  - (2* balltype_i_ - 1)) > lines_i ();