Hi list,
in my latest project, I found out that
\score {
\new ChordNames { \chordmode { \parenthesize c } }
}
yields in way too tiny parentheses. The following patch
resolves that problem.
I recall vaguely that 'git cl upload' does not work anymore.
How can I upload that patch to Rietveld?
Cheers,
Marc
From 360d89c13713be692db3a6fc557eda0f7557a288 Mon Sep 17 00:00:00 2001
From: Marc Hohl <[email protected]>
Date: Sat, 20 Jun 2015 19:19:03 +0200
Subject: [PATCH] Parentheses in ChordNames have the same size as the Chord
symbols.
---
ly/engraver-init.ly | 1 +
1 file changed, 1 insertion(+)
diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly
index 5d695eb..7fd1d80 100644
--- a/ly/engraver-init.ly
+++ b/ly/engraver-init.ly
@@ -512,6 +512,7 @@ printing of a single line of lyrics."
\override VerticalAxisGroup.staff-affinity = #DOWN
\override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding = #0.5
\override VerticalAxisGroup.nonstaff-nonstaff-spacing.padding = #0.5
+ \override ParenthesesItem.font-size = #0
}
\context {
--
1.9.1
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel