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-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

Re: System spacing

2006-03-20 Thread Ruth Ivimey-Cook
Mats, On Sat, 2006-03-18 at 15:05 +0100, Mats Bengtsson wrote: By default, LilyPond should not reserve any space for a lyrics line if there is no lyrics on that particular score line, so I expected your example to work exactly as you desire. (The exception to what I said is the first score

Re: line breaks

2006-03-20 Thread Thies Albrecht
Hi everybody! Graham Parcival schrieb: Ah, ok. IMO, there isn't a real bar line there... Me too... Not knowing much of Lilypond-internals I would guess notes are represented as lists or whatsoever with each element aissgned a length. So real bar only occur when the end of a bar coincidents

vertical spacing of StaffGroup

2006-03-20 Thread Werner LEMBERG
What must I do to make \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10) work for the `StaffGroup' context? I want a score layout like this (each horizontal line represents a staff): / |---| \new StaffGroup = sg1 |---|

Re: line breaks

2006-03-20 Thread Thies Albrecht
Hi everybody! Graham Parcival schrieb: Ah, ok. IMO, there isn't a real bar line there... Me too... Not knowing much of Lilypond-internals I would guess notes are represented as lists or whatsoever with each element aissgned a length. So real bar only occur when the end of a bar coincidents

System spacing

2006-03-20 Thread Ruth Ivimey-Cook
Folks, I have a score in which the first two systems each have 3 verses (lines of text) underneath, and the next three systems are the chorus and have only one line. Each system is one line of music. I saw that there is some control over the inter-system spacing, but it is not clear to me how to

Re: remove Timing_engraver question

2006-03-20 Thread Mats Bengtsson
Did you look at the section 9.1.3 Modifying context plug-ins? It includes an example for removing exactly the same engraver. However, if you want to remove the time signature on all staves, I really recommend to method described in Sect. 9.1.5 Changing context default settings instead, which

Re: Synchronizing staves with grace notes

2006-03-20 Thread Mats Bengtsson
What LilyPond version do you use? I'm afraid you have hit a bug in version 2.6. If you upgrade to the latest development version it seems to work much better. Still, you might need to insert an invisible grace note in the left hand part to get the bar lines correct, see the comment at the end

Re: Question about repeat alternatives

2006-03-20 Thread Mats Bengtsson
How do you expect LilyPond to realize if your two alternatives are for 1 + 2-4 or 1-2 + 3-4 or 1-3 + 4? For situations like these, read the section on Manual repeat commands in the manual. /Mats Quoting Ambrose Li [EMAIL PROTECTED]: Hi, I am trying to do something like \repeat volta 4 {

Problem with lilypad

2006-03-20 Thread lala lala
Hi ! I just try the lilypond-2.7.39-1.mingw.exe on windows XP pro. Installation is fine. But when i drop a ly file on the lilypond icon everything goes well except the fact that lilypad popup saying it cannot open myfile.log.ly (welll it's normal because myfile.ly exists but myfile.log.ly does

Re: Exercises

2006-03-20 Thread Graham Percival
On 18-Mar-06, at 6:46 AM, Edward Ardzinski wrote: I want to put down some of my bass/fretless bass exercises. I would like to have one file that has several short examples that might be a a couple of lines long. I'm not having luck finding old posts, or the right spots in the

Problem with \textwidth and lilypond-book

2006-03-20 Thread Joseph Haig
I am trying to change them margins in a document that I run through lilypond-book. The code below is an example of what I am trying, but the second line of the music is put, for some reason, to the right of the first line and not below. If I remove '\setlength{\textwidth}{160mm}' then it appears

indicate where melody continues

2006-03-20 Thread Simon Dahlbacka
Hi,I'm trying to create a sheet where there are at times two voices (but mostly one) on one staff and occasionally it is not obvious which one is the melody and which is the second voice, so I'd like to have some kind of indication where the melody continues, (like an arrow or glissando-ish line

Re: My tips page

2006-03-20 Thread Joseph Haig
--- Graham Percival [EMAIL PROTECTED] wrote: On 16-Mar-06, at 7:57 AM, Geoff Horton wrote: I've been typesetting a number of hymns, and in the process I've come across (and occasionally at least somewhat invented) some techniques that are helpful in getting the results to look like I

Re: Problem with \textwidth and lilypond-book

2006-03-20 Thread Mats Bengtsson
This is a known problem in version 2.6.x, see the mailing list archives for workarounds. /Mats Joseph Haig wrote: I am trying to change them margins in a document that I run through lilypond-book. The code below is an example of what I am trying, but the second line of the music is put,

Re: gregorian chant in lilypond

2006-03-20 Thread Mats Bengtsson
Why not send it to lilypond-devel, see www.lilypond.org - Documentation /Mats Elie Roux wrote: Hello, I start to know quite a lot of things about gregorian chant, after several discussions with a monk. I have a lot of remarks to submit to lilypond developers, but I do not think this forum

Re: vertical spacing of StaffGroup

2006-03-20 Thread Trevor Bača
On 3/17/06, Werner LEMBERG [EMAIL PROTECTED] wrote: What must I do to make \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10) work for the `StaffGroup' context? I want a score layout like this (each horizontal line represents a staff): / |---|

Other Music Fonts

2006-03-20 Thread Ben
Is it possible to use other types of music fonts in Lilypond? I ask this because I like some of the fonts packaged with Finale NotePad 2005a, but I'm not sure how I could use it. Please Help, Ben ___ lilypond-user mailing list lilypond-user@gnu.org

Re: vertical spacing of StaffGroup

2006-03-20 Thread Werner LEMBERG
[CVS 2006-03-17] What must I do to make \override VerticalAxisGroup #'minimum-Y-extent = #'(-10 . 10) work for the `StaffGroup' context? I want a score layout like this (each horizontal line represents a staff): You can't, technically: StaffGroup is just a bunch of staves with a

Re: vertical spacing of StaffGroup

2006-03-20 Thread Werner LEMBERG
Would the line-break-system-details attribute of the NonMusicalPaperColumn abstract grob be helpful? You have to set by hand for each new system, but the systems stay *exactly* where you put them vertically. Will have a look, thanks. Werner