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

Unified Diff: lily/quote-iterator.cc

Issue 346730043: Issue 5308: Context code maintenance (Closed)
Patch Set: actually use the input location (duh) Created 5 years, 11 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/include/context.hh ('k') | lily/simultaneous-music-iterator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/quote-iterator.cc
diff --git a/lily/quote-iterator.cc b/lily/quote-iterator.cc
index 885e1bd3b658ef593f0418a19b66449a881a0e77..28ab3be2e45d65bf74b463648ebef7475b2eede4 100644
--- a/lily/quote-iterator.cc
+++ b/lily/quote-iterator.cc
@@ -131,8 +131,8 @@ Quote_iterator::construct_children ()
if (scm_is_symbol (name))
{
Context *cue_context =
- get_outlet ()->find_create_context (name,
- robust_scm2string (id, ""),
+ get_outlet ()->find_create_context (get_music ()->origin (),
+ name, robust_scm2string (id, ""),
SCM_EOL);
quote_outlet_.set_context (cue_context);
}
« no previous file with comments | « lily/include/context.hh ('k') | lily/simultaneous-music-iterator.cc » ('j') | no next file with comments »

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