Re: \powerChords produces superscript 5 that is too large

2013-04-14 Thread Thomas Morley
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.

Re: \powerChords produces superscript 5 that is too large

2013-04-14 Thread Eluze
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

Re: \powerChords produces superscript 5 that is too large

2013-04-14 Thread Federico Bruni
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 _

Re: \powerChords produces superscript 5 that is too large

2013-04-14 Thread Thomas Morley
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

Re: \powerChords produces superscript 5 that is too large

2013-04-13 Thread Eluze
\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

\powerChords produces superscript 5 that is too large

2013-04-11 Thread Greg Swinford
> 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