Re: Spacing with arpeggio

2007-05-14 Thread Mats Bengtsson
Helge Kruse wrote: Hello, I edited a small piece for harp. Everything looks quite nice, except the final chord in the last measure. Please always tell what LilyPond version you are using. I also strongly recommend you to add a \version statement in your LilyPond files, see the section on "

Re: figured base does not track notes in staff

2007-05-14 Thread Mats Bengtsson
Please read the section "How LilyPond files work" in the manual. There you will learn that your example below is equivalent to \score{ \new Voice{ ... } } \score{ \new FiguredBass \figuremode { ... } } In other words, you have typeset two separate scores, one with the notes and one with the fi

figured base does not track notes in staff

2007-05-14 Thread Alan Jones
I took the following example from the documentation, but added the tailing g's. No matter how many notes are cramed into the line, the figures remain in the same place. Aren't the figures supposed to track with the notes similar to lyrics? Alan \version "2.10.17" \new Voice { \clef bass dis4 c

RE: corrective to Problem while using OpenOffice.org withmacro OOoLilyPond/basic/script.xlb -see attachemnt-

2007-05-14 Thread Paul Harouff
When I received this error, there was a line of code highlighted. In that line I edited the index (i-1) to (i) and the script started working. Note that you also will have to edit Subs.xba to change the 4 occurrences of "-b eps" to say "-dbackend=eps" Finally, I found that changing templates\2.10

Re: Template for a leadsheet (vocal, chords, lyrics, several verses)

2007-05-14 Thread Jens Meyer
Hello! Thank you very much for your help! Everything works fine now. Now I started the finetuning. ;-) Wow - really a great piece of software... Kind regards, Jens Mats Bengtsson schrieb: You just need a new "\New Lyrics" for each separate lyrics line. For example, you can replace you

Spacing with arpeggio

2007-05-14 Thread Helge Kruse
Hello, I edited a small piece for harp. Everything looks quite nice, except the final chord in the last measure. How do I avoid the nearby collision between arpeggio and previous note (D)? How can I draw the arpeggio over lower and upper staff? Best regards, Helge% % Give Me Your Hand % secon

Re: Combining verses into one chorus

2007-05-14 Thread Jebus
Thank you Mats for pointing me in the right direction! For those who care, the following code will produce the desired(as pictured in previous post) results: leftbrace = \markup {\override #'(font-encoding . fetaBraces) \lookup #"brace175" } rightbrace = \markup {\rotate #3.14 \leftbrace } \re

Re: Template for a leadsheet (vocal, chords, lyrics, several verses)

2007-05-14 Thread Mats Bengtsson
You just need a new "\New Lyrics" for each separate lyrics line. For example, you can replace your \score section with the following one to get the desired layout: \score { << \set Score.skipBars = ##t \context ChordNames = mychords { \override ChordName #'font-series

Re: chord syntax (Cm7M)

2007-05-14 Thread plutek
>From: Iacopo <[EMAIL PROTECTED]> >How to write in \chordmode this chord? >Notes: [C, D#, G, B] or [C, D#, B] >Intervals: min, maj, maj >Name: Cm7M for a quarter-note: c4:min 7+ -- .pltk. ___ lilypond-user mailing list lilypond-user@gnu.org http:/

Re: Dynamic page size

2007-05-14 Thread Arjen Bax
Jonas Nyström schreef: > Is it possible to specify the page size to dynamically relate to the > content? > For example, is it possible to create a single system page with dynamic > width, corresponding to the number and the width of the bars? > (Like Finale Scroll View?) I don't think so, but I w

Re: Italic Greek and nonroman Unicode?

2007-05-14 Thread Trevor Bača
On 3/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, Hi Tom, Just adding answers in here for posterity in the archive ... For getting italic Greek characters -- 1) Do you have a font with italic Greek characters installed on your computer? (I don't on mine.) Yes, which is visib

Re: Template for a leadsheet (vocal, chords, lyrics, several verses)

2007-05-14 Thread Jens Meyer
Hello Mats, hello Jack! Thank you very much for your helpful answers to my request. Based on Jacks example-template I made the next steps forward. But I still have a problem to add several verses to my score. Of course - the basic example from the DOCs is working for me. But in this case I ha

chord syntax (Cm7M)

2007-05-14 Thread Iacopo
How to write in \chordmode this chord? Notes: [C, D#, G, B] or [C, D#, B] Intervals: min, maj, maj Name: Cm7M Thanks -- Iacopo ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TeXShop and Lilypond

2007-05-14 Thread Kieren MacMillan
Hi, Michael: At long last Lilypond and TeXShop are working together on my system. Thank you so much for this post -- I now have Lilypond-TeXShop working here, too, and it's fabulous! Hopefully, others will benefit from your work as well. One quick note: Turning the engine source code into

STDIN problem on Windows platform - How to make it work

2007-05-14 Thread Clifford W. Racz
The STDIN does not work in NTShell command line as it should. This is NOT a problem with lilypond, but rather with Windows. I have solved this problem and I am posting for others who may RTFM to solve it. It seems that there is a comment on this as a general problem with Windows: http://www.

Re: figured base with suspensions

2007-05-14 Thread Mats Bengtsson
If you please send a small (but complete, so it can be ran directly through LilyPond) example mailing list, showing what you tried so far, it is much easier to provide a relevant answer. /Mats Alan Jones wrote: Hi, I'm trying to use lilypond to prepare homework for my first year theory clas

corrective to Problem while using OpenOffice.org with macro OOoLilyPond/basic/script.xlb -see attachemnt-

2007-05-14 Thread Ledocq-Boccart
Dear Antanas, thank you for your answer, the problem is I cannot edit the dialog box anymore as I receive the following error message after entering Ctrl+M: "valeur ou type de données incorrect(e).Index hors de la plage définie" translated in englich = error message of OpenOffice.org 2.0: "i

Re: lilypond-book and latex

2007-05-14 Thread Mats Bengtsson
Sebastian Menge wrote: It's not especially clever, but I wouldn't dream of using lilypond-book without a Makefile to run the commands. So just set the yes, i thought of that too, but then i would loose so many features of vim-latexsuite like: * recompiling if necessary (aux-file c

Re: Combining verses into one chorus

2007-05-14 Thread Mats Bengtsson
When it comes to typesetting practice, I think it is just as common to to typeset this kind of situation without a brace (in particular if you add a line break before the chorus). However, if you really want a brace, you could do something along the lines of the trick described in http://lists.gnu