RE: Change Chord Name Font Size

2006-03-20 Thread Kamal
As Mats said, I tried the \property lines, but it gave error in lilypond 2.6. Isn't there an easier way to find what how to change the chord font size than to get an old version of lilypond, & then convert to to 2.6 especially that I'm working on Windows & I didn't find an already compiled binary

RE: Change Chord Name Font Size

2006-03-20 Thread Mats Bengtsson
See the section on Vertical spacing, which describes how to change the vertical space around each context, such as a Staff or ChordName context. /Mats Quoting Kamal <[EMAIL PROTECTED]>: Thank you Mats. \override ChordName #'font-size = #6 Worked fine. I also found its reference in the "lily

RE: Change Chord Name Font Size

2006-03-20 Thread Kamal
Thank you Mats. \override ChordName #'font-size = #6 Worked fine. I also found its reference in the "lilypond program-reference" under the ChorName object. I now have a problem of the padding/space between the Chord names & staves which is the space seperating the Chord names & the staves above &

RE: Change Chord Name Font Size

2006-03-17 Thread Mats Bengtsson
Please read again what I wrote! To be more specific, create a file test.ly containing the following lines: \version "2.0.0" \context ChordNames { \property ChordNames.chordChanges = ##t \property ChordNames . ChordName \override #'font-relative-size = #+3 Next, run the following c

RE: Change Chord Name Font Size

2006-03-17 Thread Kamal
As Mats said, I tried the \property lines, but it gave error in lilypond 2.6. Isn't there an easier way to find what how to change the chord font size than to get an old version of lilypond, & then convert to to 2.6 especially that I'm working on Windows & I didn't find an already compiled binary

Re: Change Chord Name Font Size

2006-03-16 Thread Mats Bengtsson
Whenever you find an answer in an old email, find out what LilyPond version it was written for. Then, make a temporary .ly file containing \version "2.0.0" % or whatever version the answer applied to and the lines of code. Then, run convert-ly -e temp.ly and see what the code should look like with

Re: Change Chord Name Font Size

2006-03-16 Thread Thibaut Chevalier
There are old threads dealing with this. I read that the simple \set fontSize is said not to be working, but in this post : http://lists.gnu.org/archive/html/lilypond-user/2004-11/msg00117.html The following solution is suggested : \context ChordNames { \property ChordNames.chordChanges =

Change Chord Name Font Size

2006-03-16 Thread Kamal
How do you change the default font size of chord names? I have tried the following but it didn't work: \chords { \set fontSize = #-2 e2.:m e:m e:m b:7 b:7 b:7 b:7 e:m g d } \version "2.6.5 Thank you. ___ lilypond-user mailing list lilypond-user@gnu