Re: fony-size chord wiyh bass chord

2024-01-15 Thread achar

Hello Robin

Thank you so much Have a good day

JP

Le 14/01/2024 à 22:43, Robin Bannister a écrit :

achar wrote:


I would like to be able to change only the size of the bass in a bass
chord, for example G in the F/G chord.

And possibly be able to move it down and to the right of the 
agreement name.




Add the attached layout section and adjust the numbers.


Cheers,
Robin

Re: fony-size chord wiyh bass chord

2024-01-14 Thread Robin Bannister

achar wrote:


I would like to be able to change only the size of the bass in a bass
chord, for example G in the F/G chord.

And possibly be able to move it down and to the right of the agreement name.



Add the attached layout section and adjust the numbers.


Cheers,
Robin
\layout{ 
  \context { \ChordNames 
slashChordSeparator = % is only a dividing line;
#(make-with-dimensions-markup (cons 0 0) (cons 0 0) ;; displaces nothing
(make-translate-markup  (cons -1 -1.5) ;; just clear of root-stuff base
(make-rotate-markup -45 "/"))) % roughly perp to bass/root axis 
chordNoteNamer = #(lambda (p l?)
(make-lower-markup 2.0 ;; not too cramped but still belonging graphically
(make-small-markup ;; as qualifier is subordinate to root name 
(note-name->markup p l?
  }
}


fony-size chord wiyh bass chord

2024-01-13 Thread achar

Good morning.

I would like to be able to change only the size of the bass in a bass 
chord, for example G in the F/G chord.


And possibly be able to move it down and to the right of the agreement name.

Can anyone help me ?

Thank you so much .

Jean Pierre