X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbeam-engraver.cc;h=a89435de6871a6ff391ac34075cea7e3c3f44527;hb=fea33b81da974ff0627843dfc88a00b49cd2323c;hp=e28d15683619b5b866cedf837d0ddbc355d3ec4b;hpb=44155056614ee1ff6b3bf4f286bdb386147c21a2;p=lilypond.git diff --git a/lily/beam-engraver.cc b/lily/beam-engraver.cc index e28d156836..a89435de68 100644 --- a/lily/beam-engraver.cc +++ b/lily/beam-engraver.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1998--2011 Han-Wen Nienhuys + Copyright (C) 1998--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -291,7 +291,8 @@ Beam_engraver::acknowledge_stem (Grob_info info) beam_info_->add_stem (stem_location, max (durlog - 2, 0), Stem::is_invisible (stem), - stem_duration->factor ()); + stem_duration->factor (), + (stem->get_property ("tuplet-start") == SCM_BOOL_T)); Beam::add_stem (beam_, stem); }