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

Unified Diff: scm/chord-name.scm

Issue 349750043: Issue 5370: \germanChords: fix accidental position
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/chord-name.scm
diff --git a/scm/chord-name.scm b/scm/chord-name.scm
index 29ec16fc805d24ccc0cb8b57245f9d5df19eb7c5..04d21cd12d1331cf60f88c092e94277e14e2907e 100644
--- a/scm/chord-name.scm
+++ b/scm/chord-name.scm
@@ -89,8 +89,7 @@
(conditional-string-downcase
(vector-ref #("C" "D" "E" "F" "G" "A" "H" "B") (car n-a))
lowercase?))
- (make-normal-size-super-markup
- (accidental->markup (/ (cdr n-a) 2)))))))
+ (accidental->markup (/ (cdr n-a) 2))))))
(define-safe-public (note-name->german-markup pitch lowercase?)
(let* ((name (ly:pitch-notename pitch))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

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