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

Unified Diff: lily/time-signature.cc

Issue 5233042: Optimizes note-heads.cc and introduces robust_symbol2string. (Closed)
Patch Set: Restore a comment. Created 12 years, 5 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/stem.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/time-signature.cc
diff --git a/lily/time-signature.cc b/lily/time-signature.cc
index 0b22eff640aa0406580a2a16999b320c2dede184..b15139a61e903ea62b3550899bf6bbda3e24853e 100644
--- a/lily/time-signature.cc
+++ b/lily/time-signature.cc
@@ -66,7 +66,7 @@ Time_signature::print (SCM smob)
Stencil
Time_signature::special_time_signature (Grob *me, SCM scm_style, int n, int d)
{
- string style = ly_scm2string (scm_symbol_to_string (scm_style));
+ string style = robust_symbol2string (scm_style, "default");
if (style == "numbered")
return numbered_time_signature (me, n, d);
« no previous file with comments | « lily/stem.cc ('k') | no next file » | no next file with comments »

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