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

Unified Diff: lily/percent-repeat-iterator.cc

Issue 44890043: Tremolo cleanup.
Patch Set: Calculate tremolo-type in tremolo::get-music-list rather than storing it as a property. Simplify ma… Created 11 years, 3 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 | « lily/chord-tremolo-iterator.cc ('k') | ly/music-functions-init.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/percent-repeat-iterator.cc
diff --git a/lily/percent-repeat-iterator.cc b/lily/percent-repeat-iterator.cc
index dd149049f48364eff3c5031a4b5cc5da7127c87d..4b82f64133708a4e6096f665ebd931adce24ceaf 100644
--- a/lily/percent-repeat-iterator.cc
+++ b/lily/percent-repeat-iterator.cc
@@ -43,6 +43,7 @@ SCM
Percent_repeat_iterator::get_music_list () const
{
Music *mus = get_music ();
+
Music *child = Repeated_music::body (mus);
SCM length = child->get_length ().smobbed_copy ();
SCM child_list = SCM_EOL;
« no previous file with comments | « lily/chord-tremolo-iterator.cc ('k') | ly/music-functions-init.ly » ('j') | no next file with comments »

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