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

Unified Diff: scm/display-lily.scm

Issue 6651053: This is the non-invasive version of the full Issue 2883 patch. (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Fix \displayLilyMusic \tweak Accidental.color ... 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 | « scm/c++.scm ('k') | scm/lily.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/display-lily.scm
diff --git a/scm/display-lily.scm b/scm/display-lily.scm
index 16f809fc8bca2306e6c71d57cc5722bdfdc009fc..3348434da33ddb987314240737a01c6034bef57f 100644
--- a/scm/display-lily.scm
+++ b/scm/display-lily.scm
@@ -85,7 +85,7 @@ display method will be called."
(format #f "~a\\tweak ~a #~a"
(if post-event? "-" "")
(if (pair? (car tweak))
- (format #f "~a #'~a"
+ (format #f "~a.~a"
(caar tweak) (cdar tweak))
(format #f "#'~a" (car tweak)))
(scheme-expr->lily-string (cdr tweak))))
« no previous file with comments | « scm/c++.scm ('k') | scm/lily.scm » ('j') | no next file with comments »

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