]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam-engraver.cc
Web: Download.itexi - expand on Windows install
[lilypond.git] / lily / beam-engraver.cc
index 753a05644922e72f453bd14d2aef5b02e9b4f4a0..e6ca4caf16d58586556a288fb7c915bb8e06659c 100644 (file)
@@ -305,7 +305,7 @@ Beam_engraver::acknowledge_stem (Grob_info info)
   stem->set_property ("duration-log", scm_from_int (durlog));
   Moment stem_location = now - beam_start_mom_ + beam_start_location_;
   beam_info_->add_stem (stem_location,
-                        std::max (durlog - 2, 0),
+                        max (durlog - 2, 0),
                         Stem::is_invisible (stem),
                         stem_duration->factor (),
                         (to_boolean (stem->get_property ("tuplet-start"))));