Greg-Lily-Book

2014-10-31 Thread Conor Cook
Dear Lilyponders, I am using OS X to typeset a file with lilypond and gregorio files (Four modern-notation hymns and a chant Alleluia). Any attempt to typeset them with greg-lily-book fails, but it seems to be the Lilypond-book part that is failing. I am using TeXworks, but an attempt to use

Re: lily-book extending margins

2013-01-27 Thread Alberto Simões
Hey, Phil On 27/01/13 20:17, Phil Holmes wrote: You're suffering from this bug: http://code.google.com/p/lilypond/issues/detail?id=766 Try setting line-width in the @lilypondfile statement to progressively smaller values to work around it. There's further information here: http://code.google

Re: lily-book extending margins

2013-01-27 Thread Phil Holmes
- Original Message - From: "Alberto Simões" To: "lilypond" Sent: Sunday, January 27, 2013 7:01 PM Subject: lily-book extending margins Hello I am using lily-book for some time (more than 282 musics so far), but for this one, I added instrument names, and with t

lily-book extending margins

2013-01-27 Thread Alberto Simões
Hello I am using lily-book for some time (more than 282 musics so far), but for this one, I added instrument names, and with this extra space that they take, the score gets out of the margin at the right. You can see the result here: http://eremita.di.uminho.pt/~ambs/sctb.pdf Any hints

Lily-book in winXp?

2005-12-10 Thread Jannik Jeppesen
nt]{screech-boink.ly} \end{document}===   this should be some LaTeX code? How do I use this?   Could someone post any peace of code to lily-book made in windows???   Hope that some of you understand my issue??   Best reguards Jannik

Re: lily book

2005-02-24 Thread Graham Percival
century) from english to french. I'm beginning to understand texinfo, but I can't manage to insert lily code (when I run texinfo, it says that it doesn't know where lily is..). Can anyone send me a lily book full sample, so I can start

Re: lily book

2005-02-24 Thread Mats Bengtsson
ly is..). Can anyone send me a lily book full sample, so I can start with more easely ? Best regards ! JMArc ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user -- =

lily book

2005-02-24 Thread Jean-marc LEGRAND
ly is..). Can anyone send me a lily book full sample, so I can start with more easely ? Best regards ! JMArc ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Linebreaks in fragments & Lily-book

2004-03-28 Thread David Raleigh Arnold
On Saturday 27 March 2004 13:25, Edward Sanford Sutton, III wrote: > I now have a 'copyright renewed 1943' edition which might fix some > of the mistakes, but then I don't think it could be on mutopiaproject > right? I don't think that is right. A copyright renewal was required after 28 years,

Re: Linebreaks in fragments & Lily-book

2004-03-27 Thread Edward Sanford Sutton, III
On Thursday March 25 2004 15:53, Han-Wen Nienhuys wrote: > [EMAIL PROTECTED] writes: > > At least in 2.1.34, it certainly splits into several lines, however > > I'm afraid that raggedright doesn't do exactly what you expect, > > especially it's not similar to what you get with \raggedright in > > L

Re: Linebreaks in fragments & Lily-book

2004-03-25 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > At least in 2.1.34, it certainly splits into several lines, however > I'm afraid that raggedright doesn't do exactly what you expect, > especially it's not similar to what you get with \raggedright in > LaTeX. > What LilyPond does with this option, is that it breaks the

Re: Linebreaks in fragments & Lily-book

2004-03-24 Thread Mats Bengtsson
At least in 2.1.34, it certainly splits into several lines, however I'm afraid that raggedright doesn't do exactly what you expect, especially it's not similar to what you get with \raggedright in LaTeX. What LilyPond does with this option, is that it breaks the lines at the same places as it would

Linebreaks in fragments & Lily-book

2004-03-22 Thread Bostjan Kuzman
In 2.1.28, if I input a music fragment with \begin[raggedright]{lilypond} \score{\notes{ ... } \end[lilypond] the longer fragments are printed out of page and won't split in several lines automaticaly anymore as they did in 2.0.0. What should I do? I know I can specify "linewidth=150" as a

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread David Raleigh Arnold
On Monday 17 March 2003 11:24 am, Hans Forbrich wrote: > > > Sly gets the notes out of the .ly file. All you would have to do > > > is copy the .sly score, delete lines 1-2 and 9-x, and run sly. > > > If you want both the long and short, you would have a different > > > name on the new includes. N

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread Hans Forbrich
> > Sly gets the notes out of the .ly file. All you would have to do > > is copy the .sly score, delete lines 1-2 and 9-x, and run sly. > > If you want both the long and short, you would have a different name > > on the new includes. Not a problem. > > DaveA I think I'll have to take another look

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread David Raleigh Arnold
On Monday 17 March 2003 10:27 am, David Raleigh Arnold wrote: > On Monday 17 March 2003 09:03 am, David Raleigh Arnold wrote: > > On Saturday 15 March 2003 11:30 pm, Hans Forbrich wrote: > > > I agree to a certain extent. Judicious use of < music > and { > > > music } and \break - along with a ver

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread David Raleigh Arnold
On Monday 17 March 2003 09:03 am, David Raleigh Arnold wrote: > On Saturday 15 March 2003 11:30 pm, Hans Forbrich wrote: > > I agree to a certain extent. Judicious use of < music > and { > > music } and \break - along with a very strict naming rules (drawing > > on years of large project s/w codin

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread David Raleigh Arnold
On Saturday 15 March 2003 11:30 pm, Hans Forbrich wrote: > I agree to a certain extent. Judicious use of < music > and { music > } and \break - along with a very strict naming rules (drawing on > years of large project s/w coding experience) - helped me recently > (70+ page Cantata). You are howe

Re: multiple \scores in a lily-book included file?

2003-03-17 Thread Mats Bengtsson
Hans Forbrich wrote: I could also request the reverse - having an external file containing the music assigned to an Identifier, I'd love to be able to 'extract bars 3-8' into the current score. I haven't tried, but it might be possible to use the skipTypesetting property to achieve something like t

Re: multiple \scores in a lily-book included file?

2003-03-15 Thread Hans Forbrich
I agree to a certain extent. Judicious use of < music > and { music } and \break - along with a very strict naming rules (drawing on years of large project s/w coding experience) - helped me recently (70+ page Cantata). You are however quite correct - the source score blocks are very, very ugly.

Re: multiple \scores in a lily-book included file?

2003-03-15 Thread Graham Percival
On Sat, 15 Mar 2003 10:49:28 -0700 Hans Forbrich <[EMAIL PROTECTED]> wrote: > Any reason for needing separate 'score' starts. It seems you want to > use the'sequential' capability, something like The scale example was the simplest to explain, but I agree that it doesn't really need seperate score

Re: multiple \scores in a lily-book included file?

2003-03-15 Thread Hans Forbrich
Any reason for needing separate 'score' starts. It seems you want to use the 'sequential' capability, something like \score { \transpose c'{ \scale } \transpose g' { \scale } \transpose d'{ \scale } } This would run the c' scale, followed immediately by then the g', etc. Or, by putt

multiple \scores in a lily-book included file?

2003-03-14 Thread Graham Percival
scales.ly: scale= \notes{ blah blah} \score{ \transpose c'{ \scale }} \score{ \transpose g'{ \scale }} \score{ \transpose d'{ \scale }} \score{ \transpose a'{ \scale }} - book1.tex: \documentclass[]{article} \usepackage[margin=1cm,nohead,nofoot]{geometry} \begin{document} \lilypondfile[26pt]{b