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

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

Issue 557440043: Issue 5771: Remove unnecessary (descend-to-context ... 'Score) (Closed)
Patch Set: rebase and add changes to make-time-signature-set Created 3 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 | « scm/define-music-callbacks.scm ('k') | no next file » | 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 1f3c21b70b5b387a59090eef8937184cd293cfaf..3d41bf4331bcd74024cd75af32ea417d558aeb10 100644
--- a/scm/define-music-display-methods.scm
+++ b/scm/define-music-display-methods.scm
@@ -988,12 +988,10 @@ Otherwise, return #f."
Otherwise, return #f."
(with-music-match (expr (music
'ContextSpeccedMusic
+ context-type 'Timing
element (music
- 'ContextSpeccedMusic
- context-type 'Timing
- element (music
- 'PartialSet
- duration ?duration))))
+ 'PartialSet
+ duration ?duration)))
(and ?duration
(format #f "\\partial ~a"
« no previous file with comments | « scm/define-music-callbacks.scm ('k') | no next file » | no next file with comments »

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