Error in 2.14 Documentation? Snippet Subdividing beams lily-4289b33e.ly

2012-08-10 Thread Tiresia GIUNO
In the Notation Reference, the first Snippet "Subdividing beams" of the Section "1.2.4 Beams, Setting automatic beam behavior" http://lilypond.org/doc/v2.14/Documentation/notation/beams#setting-automatic-beam-behavior seems to me containing an error. This is the Snippet: http://lilypond.org/doc/

NR 4.1.6: blank-last-page-force and penalty values

2012-08-10 Thread Federico Bruni
NR 4.1.6, \paper variable for page breaking http://lilypond.org/doc/v2.15/Documentation/notation/other-_005cpaper-variables#_005cpaper-variables-for-page-breaking I'd like to force the add of a blank page in case the number of pages in a book is odd. I guess I should use blank-last-page-force.

Paralellizing Lilypond [was: Re: Sibelius Software UK office shuts down]

2012-08-10 Thread Joseph Rushton Wakeling
On 07/08/12 00:01, Han-Wen Nienhuys wrote: On Mon, Aug 6, 2012 at 6:53 PM, Joseph Rushton Wakeling wrote: I think you're focusing on the wrong kind of architecture. I'm talking about the architecture of computers that people can buy in the shops today. While cute, a 192-way ARM server is usel

Re: Paralellizing Lilypond [was: Re: Sibelius Software UK office shuts down]

2012-08-10 Thread David Kastrup
Joseph Rushton Wakeling writes: > For example, if you've got a 100-page full orchestral score, is it > really appropriate to do a global optimization of the whole thing? Sure. > How mutually dependent, really, are the first and last pages? Not much, usually. And that's what linear programming

Re: Parallelizing Lilypond [was: Re: Sibelius Software UK office shuts down]

2012-08-10 Thread Joseph Rushton Wakeling
On 10/08/12 11:56, David Kastrup wrote: Isn't it possible to break the work up into manageable smaller units even in the case that it's 100 pages of continuous music? Linear programming breaks up the work into manageable smaller units. The units are not separate bunches of pages but rather inde

Re: Parallelizing Lilypond [was: Re: Sibelius Software UK office shuts down]

2012-08-10 Thread David Kastrup
Joseph Rushton Wakeling writes: > So what do you think about the potential of an algorithm going something like > this: > > (1) Read in enough bars of music to take up a little over 2 pages [you can > presumably do a rough estimate of the width and height of bars and > staff >

Re: Error in 2.14 Documentation? Snippet Subdividing beams lily-4289b33e.ly

2012-08-10 Thread Tiresia GIUNO
On Fri, 10 Aug 2012 09:57:24 +0200 Tiresia GIUNO wrote: > In the Notation Reference, the first Snippet "Subdividing beams" of > the Section "1.2.4 Beams, Setting automatic beam behavior" > > http://lilypond.org/doc/v2.14/Documentation/notation/beams#setting-automatic-beam-behavior > > seems to m

Re: Parallelizing Lilypond [was: Re: Sibelius Software UK office shuts down]

2012-08-10 Thread Joseph Rushton Wakeling
On 10/08/12 12:48, David Kastrup wrote: I think we have enough real problems without inventing artificial challenges. I accept that there are bigger short-term concerns -- but my experience trying to build the score of Valentin's opera is that being able to cap maximum memory consumption or c

Sibelius to LilyPond (Was: Sibelius Software UK office shuts down)

2012-08-10 Thread Johan Vromans
David Kastrup writes: > That sounds like we could at least link to it. Since it requires > proprietary software for running, I don't think it makes sense to host > or even maintain it as part of LilyPond, but pointing to it should not > be a problem. I've put the Sib2Ly tools on GitHub: https:

end-of-line-visible does not work

2012-08-10 Thread Loïc Chahine
Hi all! I am trying to write a Da Capo mark at the end of a score, but #end-of-line-visible option seems not to work. It is quite hard to send the whole score (it has some includes), but here is the Main file: \version "2.15.42" \include "def-reprises.ly" debut = { \tempo "Vivace" \time 4

Re: Paralellizing Lilypond [was: Re: Sibelius Software UK office shutsdown]

2012-08-10 Thread Phil Holmes
- Original Message - From: "Joseph Rushton Wakeling" To: Cc: ; "Han-Wen Nienhuys" Sent: Friday, August 10, 2012 11:46 AM Subject: Paralellizing Lilypond [was: Re: Sibelius Software UK office shutsdown] Yes, but the problem that you have there is that it requires the user to separat

Re: end-of-line-visible does not work

2012-08-10 Thread Phil Holmes
Can you reduce the score to a small one that you can send, which will compile independently? That way we can try to see what you're doing more easily. -- Phil Holmes - Original Message - From: Loïc Chahine To: lilypond-user@gnu.org Sent: Friday, August 10, 2012 2:28 PM Sub

Re: end-of-line-visible does not work

2012-08-10 Thread Loïc Chahine
I tried with another score and it works, that's weird. I can send the two included files, actually there are only two (I am used to work with more). Here they are, with the main score. I commented the 'include "def-reprises.ly' line: it is not useful in this score. That way, you should be able

Re: Paralellizing Lilypond [was: Re: Sibelius Software UK office shutsdown]

2012-08-10 Thread Joseph Rushton Wakeling
On 10/08/12 14:31, Phil Holmes wrote: If you could break it up into 8 chunks, you could use all 8 cores in a quad core system using -djob-count. No need to use make. What counts as a "chunk" for the -djob-count option? It's not clear from the 2.15 usage manual.

Writing a repeated rhythm

2012-08-10 Thread Loïc Chahine
Hi all! I am trying to find a function to simplify repeated rhythm writing. I have a part with many bars like: r8 c16( c c c c c) r8 d16( d d d d d) and I think it would be easier to write something like: \myRh { c d } I found some Snippets, like this one: http://lsr.dsi.unimi.it/LSR/Snip

Re: Paralellizing Lilypond [was: Re: Sibelius Software UK office shutsdown]

2012-08-10 Thread Phil Holmes
- Original Message - From: "Joseph Rushton Wakeling" To: "Phil Holmes" Cc: ; ; "Han-Wen Nienhuys" Sent: Friday, August 10, 2012 2:55 PM Subject: Re: Paralellizing Lilypond [was: Re: Sibelius Software UK office shutsdown] On 10/08/12 14:31, Phil Holmes wrote: If you could break i

Re: end-of-line-visible does not work

2012-08-10 Thread Phil Holmes
How about: s1*64 s2. s8. s16 ^\markup { \right-align "D.C. al Fine" } -- Phil Holmes - Original Message - From: Loïc Chahine To: Phil Holmes Cc: lilypond-user@gnu.org Sent: Friday, August 10, 2012 2:37 PM Subject: Re: end-of-line-visible does not work I tried

Re: Writing a repeated rhythm

2012-08-10 Thread David Kastrup
Loïc Chahine writes: > Hi all! > > I am trying to find a function to simplify repeated rhythm writing. I > have a part with many bars like: > > r8 c16( c  c c c c) r8 d16( d  d d d d) > > and I think it would be easier to write something like: > > \myRh { c d } > > I found some Snippets, like thi

Re: Sibelius to LilyPond

2012-08-10 Thread John Link
On Aug 10, 2012, at 8:08 AM, Johan Vromans wrote: > David Kastrup writes: > >> That sounds like we could at least link to it. Since it requires >> proprietary software for running, I don't think it makes sense to host >> or even maintain it as part of LilyPond, but pointing to it should not >>

Re: Sibelius to LilyPond

2012-08-10 Thread Johan Vromans
John Link writes: >> https://github.com/sciurius/sib2ly.git > > Does Sib2Ly work on a Mac? Assuming you have Ruby on the Mac, all that sib2ly does is text-processing a XML file into a LilyPond file. That should not be problematic, I guess. -- Johan _

Re: end-of-line-visible does not work

2012-08-10 Thread Thomas Morley
2012/8/10 Phil Holmes : > How about: > > s1*64 > s2. s8. s16 > ^\markup { \right-align "D.C. al Fine" } > > -- > Phil Holmes > > > > - Original Message - > From: Loïc Chahine > To: Phil Holmes > Cc: lilypond-user@gnu.org > Sent: Friday, August 10, 2012 2:37 PM > Subject: Re: end-of-li

Re: end-of-line-visible does not work

2012-08-10 Thread eluze
I think it's a good idea to set \override Score.RehearsalMark #'break-visibility = #all-visible for debugging purposes Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/end-of-line-visible-does-not-work-tp130421p130446.html Sent from the User mailing list archive

Re: In-C style Typesetting?

2012-08-10 Thread Marc Hohl
Am 08.08.2012 17:30, schrieb Gabriel Taubman: Hi Ole, Thanks for the help! That looks like it almost does the trick. If I add more bars though, then sometimes it wraps a measure strangely. See attached. If I manually insert a \break, then that can fix it, but I was hoping to not need to m

Re: end-of-line-visible does not work

2012-08-10 Thread Loïc Chahine
Thanks! I had forgotten that ‘end-of-line-visible’ set the not-end-of-line marks invisible! L.C. Le 10/08/12 17:57, Thomas Morley a écrit : 2012/8/10 Phil Holmes : How about: s1*64 s2. s8. s16 ^\markup { \right-align "D.C. al Fine" } -- Phil Holmes - Original Message - Fr

Re: Fwd: eps file size

2012-08-10 Thread Marc Hohl
Am 06.08.2012 07:26, schrieb Nikolay Kirov: Hello! LilyPond produces EPS files with sizes 1MB (ba_001_1_07.eps) and 20MB (ba_001_1_05.eps) [the files are in the zip: http://nikolay.kirov.be/2013/ba_001.zip] using very similar source codes: ba_001_1_07.ly and ba_001_1_05.ly lilypond -dback

Need to force reinstall of LP when just adding doc?

2012-08-10 Thread James Harkins
After upgrading my system, initially I installed lilypond without documentation. Today, I wanted to go back and add the documentation*, but not change the lilypond version. But the Linux installer script forces you to uninstall the binaries and then reinstall them, even though the binaries were

Re: NR 4.1.6: blank-last-page-force and penalty values

2012-08-10 Thread Joe Neeman
On Fri, Aug 10, 2012 at 7:28 PM, Federico Bruni wrote: > NR 4.1.6, \paper variable for page breaking > http://lilypond.org/doc/v2.15/**Documentation/notation/other-_** > 005cpaper-variables#_**005cpaper-variables-for-page-**breaking

Re: eps file size

2012-08-10 Thread Werner LEMBERG
> I don't have 2.14.2 around, but the current version (2.15.43) yields > to > > $ ls -l ba*.eps > -rw-rw-r-- 1 marc marc 950448 Aug 10 22:48 ba_001_1_05.eps > -rw-rw-r-- 1 marc marc 875912 Aug 10 22:48 ba_001_1_07.eps > > I don't know where the 20MB come from... I suspect that one glyph or char

Vertical positioning of rehearsal mark and repeat alternative

2012-08-10 Thread Nick Payne
With a rehearsal mark on the barline that ends a repeat alternative, how do I position the mark immediately above the barline and below the volta bracket? I've tried playing around with the outside-staff-priority of various objects such as VoltaBracket, TextScript, and RehearsalMark without bei