2013/4/14 Eluze :
> what's the intention to make the "5" bigger than the other numbers?
>
> Eluze
I found
http://lilypond-s-support-for-tablatures.3383434.n2.nabble.com/Power-chords-td5524246.html#a5524246
and
https://codereview.appspot.com/2686041/
but no discussion about the size.
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
2013/4/14 Thomas Morley
> 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.
>
Thanks Greg and Harm, added the issue:
https://code.google.com/p/lilypond/issues/detail?id=3314
_
2013/4/14 Eluze :
> Greg Swinford wrote
>>> I'm not top posting.
>>
>> \version "2.14.2"
>>
>> newPowerChordSymbol = {
>>
>>
>> -\markup { \super "5" }
>> }
>>
>> chExceptions = #( append
>> ( sequential-music-to-chord-exceptions newPowerChordSymbol #t)
>> ignatzekExceptions)
>>
>> music = \ch
\music
> }
please have a look at
http://www.lilypond.org/doc/v2.17/Documentation/notation/displaying-chords#customizing-chord-names
Selected Snippets
Chord name exceptions
it's important to put the music /after/ setting \set chordNameExceptions =
…
Eluze
--
View this message in c
> I'm not top posting.
\version "2.14.2"
newPowerChordSymbol = {
-\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 m