Re: extra verses below

2005-08-22 Thread fiëé visuëlle
Am 2005-08-22 um 11:32 schrieb Mats Bengtsson: This is a new feature in the latest development versions, 2.7.x. Apart from the brief documentation in "8.1.7 Overview of text markup commands", I think the best documentation is actually in the example called markup-word-wrap.ly in the Regression T

Re: extra verses below

2005-08-22 Thread Mats Bengtsson
This is a new feature in the latest development versions, 2.7.x. Apart from the brief documentation in "8.1.7 Overview of text markup commands", I think the best documentation is actually in the example called markup-word-wrap.ly in the Regression Test document for version 2.7. /Mats Aaron Me

extra verses below

2005-08-22 Thread Aaron Mehl
Hi all, I remember that a while ago there was a thread on this but I can't seem to find it. I need to place the extra lyrics below the notation as blocks of text (not under the notation but way below as text). I am not even sure where to look this up in the docs. Is it text markup? Thanks Aaron

Re: latex-book - Was: "Extra" verses

2005-03-13 Thread Mats Bengtsson
Sorry, of course I mean lilypond-book. If you want to use it in Cygwin, make sure to first rerun the setup.exe installation program for Cygwin and add the two packages called tetex-base and tetex-extra to get a full TeX installation. However, as you have noted, there is no support for pdflatex in

latex-book - Was: "Extra" verses

2005-03-12 Thread John Wiedenhoeft
On Friday 04 March 2005 18.05, Mats Bengtsson wrote: I would recommend latex-book. A simple example could look somewhat like: \documentclass[a4paper]{article} \begin{document} \lilypondfile{myfile.ly} ... \end{document} Do you mean lilypond-book, or is this another way of writing musicological doc

Re: "Extra" verses

2005-03-11 Thread Erik Sandberg
On Friday 04 March 2005 18.05, Mats Bengtsson wrote: > I would recommend latex-book. A simple example could look somewhat like: > \documentclass[a4paper]{article} > \begin{document} > > \lilypondfile{myfile.ly} > > \begin{enumerate} >% Use the automatic numbering, but start after verse 2: >

Re: "Extra" verses

2005-03-11 Thread Laura Conrad
> "RI" == Ruth Ivimey-Cook <[EMAIL PROTECTED]> writes: RI> Having throught some more about it, I don't think there is an RI> optimal solution. Mats' solution (all verses with score) is RI> fine for 1 or 2 verses, adequate for 3 and hopeless for 5 and RI> more IMO; the reason i

RE: "Extra" verses

2005-03-11 Thread Ruth Ivimey-Cook
Christ Van Willegen wrote: > Mats wrote: > > However, from my experience as a choir singer, would definitely > > recommend you to typeset all the verses directly in the score. > > Unless it's a trivial tune that you can learn i 2 minutes, you have > > to jump back and forth between the music and t

Re: "Extra" verses

2005-03-11 Thread Christ van Willegen
Hi Mats, list, Mats wrote: > However, from my experience as a choir singer, would definitely > recommend you to typeset all the verses directly in the score. > Unless it's a trivial tune that you can learn i 2 minutes, you > have to jump back and forth between the music and the lyrics if > it's ty

Re: "Extra" verses

2005-03-04 Thread Mats Bengtsson
I would recommend latex-book. A simple example could look somewhat like: \documentclass[a4paper]{article} \begin{document} \lilypondfile{myfile.ly} \begin{enumerate} % Use the automatic numbering, but start after verse 2: \setcounter{enumi}{2} % Use \item to start each new verse % Break lin

"Extra" verses

2005-03-04 Thread Ruth Ivimey-Cook
Folks, I am trying to set out a number of songs, and some of them have several verses. One option is, of course, to lay out the verses under the notes, but this gets ugly with more than about 2 verses. The normal alternative is to put additional verses in "poem" style under the music. Does doi