]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4965: Create and use Grob::parent_relative
authorDavid Kastrup <dak@gnu.org>
Fri, 2 Sep 2016 21:11:53 +0000 (23:11 +0200)
committerDavid Kastrup <dak@gnu.org>
Thu, 8 Sep 2016 10:28:04 +0000 (12:28 +0200)
commit93f3d637efbc038b837cf64fae0872e873e4f039
tree6b62967489103b73d6b13c73ee24803eb6262ddb
parentc16c8655784da3f7d1d20640ef0208a36bdeeaee
Issue 4965: Create and use Grob::parent_relative

This function checks for the existence of a Grob parent before
calculating a coordinate relative to it.  This should hopefully
clean up the most relevant problems caused by issue 4814
and the original GCC 6 optimization causing it.
lily/beam.cc
lily/fingering-column.cc
lily/grob.cc
lily/include/grob.hh
lily/side-position-interface.cc
lily/tuplet-bracket.cc