Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3878)

Unified Diff: lily/beam.cc

Issue 339210043: issue #3653: Beam ends not matched to StaffSymbol thickness
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/beam.cc
diff --git a/lily/beam.cc b/lily/beam.cc
index a50f2904bc0b00e4a497c16c908b13cabf38d96b..dff62168af0f10a6c8d95dd4048cab42743b8dfa 100644
--- a/lily/beam.cc
+++ b/lily/beam.cc
@@ -371,7 +371,7 @@ Beam::calc_beam_segments (SCM smob)
Real gap_length = robust_scm2double (me->get_property ("gap"), 0.0);
Position_stem_segments_map stem_segments;
- Real lt = me->layout ()->get_dimension (ly_symbol2scm ("line-thickness"));
+ Real lt = Staff_symbol_referencer::line_thickness (me);
/* There are two concepts of "rank" that are used in the following code.
The beam_rank is the vertical position of the beam (larger numbers are
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b