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

Unified Diff: scm/define-music-display-methods.scm

Issue 5341049: Issue 2024: Let #{ ... #} pass its $ handling to environment cloning (Closed)
Patch Set: Ran convert-ly on scm/*.scm, just a single character changed. Created 12 years, 4 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 | « python/convertrules.py ('k') | scm/music-functions.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-music-display-methods.scm
diff --git a/scm/define-music-display-methods.scm b/scm/define-music-display-methods.scm
index f58d60fa35330990983baf421b6183c9efb64de5..a55e1ab7751cfccacbbbcaa37145715a7e40bfa6 100644
--- a/scm/define-music-display-methods.scm
+++ b/scm/define-music-display-methods.scm
@@ -900,7 +900,7 @@ Otherwise, return #f."
num den
(new-line->lily-string))
(format #f
- "#(set-time-signature ~a ~a '~a)~a"
+ "$(set-time-signature ~a ~a '~a)~a"
num den structure
(new-line->lily-string)))))
« no previous file with comments | « python/convertrules.py ('k') | scm/music-functions.scm » ('j') | no next file with comments »

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