|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #3314 powerChords: powerChordSymbol should be same size of other chords |
Date: | Fri, 01 May 2020 21:18:42 -0000 |
[issues:#3314] powerChords: powerChordSymbol should be same size of other chords
Status: Verified
Labels: Fixed_2_21_0
Created: Sun Apr 14, 2013 05:50 AM UTC by Anonymous
Last Updated: Thu Feb 21, 2019 07:00 PM UTC
Owner: Valentin Villenave
Attachments:
Originally created by: *anonymous
Originally created by: fedel...@gmail.com
Bug report:
https://lists.gnu.org/archive/html/bug-lilypond/2013-04/msg00074.html
%% Snippet
\version "2.14.2"
newPowerChordSymbol = {
<c g>-\markup { \super "5" }
}
chExceptions = #( append
( sequential-music-to-chord-exceptions newPowerChordSymbol #t)
ignatzekExceptions)
music = \chordmode {c:7 c:1.5 c:sus4}
\new ChordNames \chordmode {
% the 5 is currently much bigger than the 7 or sus4
\powerChords \music
% it should match the size of the other numbers
\set chordNameExceptions = #chExceptions \music
}
%% End of snippet
Comment from Harm:
Currently `powerChordSymbol´ is defined in /ly/chord-modifiers.ly and
finally used with `powerChords´ from `/ly/property-init.ly´
`powerChordSymbol´ is defined:
powerChordSymbol = {
<c g>-\markup { \normal-size-super "5" }
<c g c'>1-\markup { \normal-size-super "5" }
}
resulting in a normal-sized "5", not like other numbers in chords.
Therefore it is not a bug (it is indeed the intended behaviour),
though, Greg requests to give the "5" the same, smaller size and he
provides a method how to do it.
BTW, Greg refers to 2.14.2, though, it's the same with 2.17.15.
I think it's a legitimate feature request.
And I lean to agree with him.
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |