Re: scheme music function going backwards in time (or"better mp dolce") [solved]

2008-10-04 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 4. Oktober 2008 schrieb Trevor Daniels: > Graham Percival wrote Saturday, October 04, 2008 4:29 PM > > >I have an announcement to make: I'm an idiot. > > No need to announce it ;)  But if you are so are most > of us. At least this shows th

Re: embedded-ps stencil confusion

2008-10-04 Thread Mark Polesky
On Sat, Oct 4, 2008 at 8:43 PM, Patrick McCarty <[EMAIL PROTECTED]> wrote: > Wow, Mark, that is really cool! This should be added to the LSR. > Would you like me to add it? Sure! But here's a slightly different version that demonstrates the concept a little better (I think). Of course, feel free

Re: embedded-ps stencil confusion

2008-10-04 Thread Patrick McCarty
On Fri, Oct 3, 2008 at 9:44 PM, Mark Polesky <[EMAIL PROTECTED]> wrote: > Ha! I figured it out... > - Mark > > --- > > \version "2.11.61-1" > > squareNoteHeads = { > \override Voice.NoteHead #'stencil = > #(ly:make-stencil > (list 'embedded-ps > "gsave > curre

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Robin Bannister
Patrick McCarty wrote: Okay, see if this design looks better: ... What do you think? Well, I ought to be asleep. But that hasn't worked out too well yet. I realised I had messed up my last two posts (png uncompressed) and got back online to patch things up a bit. What do you think? We

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Robin Bannister
Reinhold Kainhofer wrote: so basically, you want ... a link to the back to the documentation index No, I didn't mean that. That is in your TODO, and not at all urgent for regular users. Robin Bannister wrote: This is because I regard B as just another entry in the TOC. The TOC does not ne

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Patrick McCarty
On Sat, Oct 4, 2008 at 3:22 PM, Robin Bannister <[EMAIL PROTECTED]> wrote: > Patrick McCarty wrote: >> >> Can you clarify what you mean by the latest styling hiding this feature? > > Well, at the moment it is on a darkish grey background. I find it quite an > effort reading on this background; it a

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread John Mandereau
Le samedi 04 octobre 2008 à 22:18 +0200, Reinhold Kainhofer a écrit : > Am Samstag, 4. Oktober 2008 schrieb Robin Bannister: > > Without the prefix the title is then just e.g. "Learning Manual", which > > corresponds to what you see in the documentation overview. > > Yes, but that was the only str

Re: Notation Reference 1.8 "Text" : ready for review

2008-10-04 Thread Valentin Villenave
2008/10/3 Steven Padalino <[EMAIL PROTECTED]>: > There seems to be a new notation for text that I can't find mention of > anywhere in the docs yet. "^" places text above the staff, "_" places it > below the staff. Now there's "-". What does that do? Based on the > examples given it looks like i

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 4. Oktober 2008 schrieb Robin Bannister: > Reinhold Kainhofer wrote: > > Am Montag, 22. September 2008 schrieb Robin Bannister: > > > So I propose > > > > > > A > > > Replace the (passive) text "Table of Contents" in the TOC panel, > > > wi

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Patrick McCarty
On Sat, Oct 4, 2008 at 1:10 PM, Patrick McCarty <[EMAIL PROTECTED]> wrote: > > 1) The title link should be bold-faced like the rest of the TOC. For 1) I meant: "...should be bold-faced like the rest of the breadcrumbs in the TOC." Thanks, Patrick __

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Patrick McCarty
Hi Robin, On Sat, Oct 4, 2008 at 3:52 AM, Robin Bannister <[EMAIL PROTECTED]> wrote: >> > B >> > Make this document title [A] be like a breadcrumb at the document level >> > i.e. it is a link to the start of the document. >> >> Also done. > > Maybe you consider this superfluous, but by "breadcrumb

Re: Does lilypond takes advantage of multi-cores on windows?

2008-10-04 Thread John Mandereau
On 2008/10/03 18:42 -0700, sdfgsdhdshd wrote: > Han-Wen Nienhuys-5 wrote: > > One tricky aspect is that the GUILE evaluator is fundamentally broken: > > it rewrites Scheme expressions for memoization in thread-unsafe ways > > all over the place. > > > > For Lily itself, I think it will also be ver

Re: Does lilypond takes advantage of multi-cores on windows?

2008-10-04 Thread Valentin Villenave
2008/10/3 John Mandereau <[EMAIL PROTECTED]>: > It may be possible to parallelize some portions of LilyPond code to take > advantage of multi-core machines, which gradually become quite common, > I'm tempted to have a look at it in the next months, but don't hold your > breath :-) Way to go!!! W

Re: scheme music function going backwards in time (or "better mp dolce") [solved]

2008-10-04 Thread Kieren MacMillan
Graham, I have an announcement to make: I'm an idiot. Thanks! That saves us from having to say it… ;-) In my defense, nobody *else* pointed out that \tweak was *invented* for customizing engraving of the next object in the input stream, as opposed to \override. I think everyone else — inc

Re: Shrinking to fit on a single page

2008-10-04 Thread Gilles THIBAULT
Hi, I'm trying to typeset a piece, that should fit on a single page. Lilypond keeps trying to put it on two pages. Perhaps you can try to forbid lilypond to do so with : \layout { \context { \Score \override NonMusicalPaperColumn #'page-break-permission = ##f } } Gilles ___

Re: updated margins-a4-letter.ly

2008-10-04 Thread Patrick Horgan
Graham Percival wrote: Here's a slightly updated version of my "produce the same score on A4 and letter paper". Should be easier to understand. Thanks:) It crossed the line from extremely cool to elegant. Beautiful. Patrick ___ lilypond-user m

Re: scheme music function going backwards in time (or"better mp dolce") [solved]

2008-10-04 Thread Trevor Daniels
Graham Percival wrote Saturday, October 04, 2008 4:29 PM I have an announcement to make: I'm an idiot. No need to announce it ;) But if you are so are most of us. In my defense, nobody *else* pointed out that \tweak was *invented* for customizing engraving of the next object in the input

Re: scheme music function going backwards in time (or "better mp dolce") [solved]

2008-10-04 Thread Graham Percival
I have an announcement to make: I'm an idiot. In my defense, nobody *else* pointed out that \tweak was *invented* for customizing engraving of the next object in the input stream, as opposed to \override. The following lines fix the "how do I backwards in time" problem: 'tweaks (l

updated margins-a4-letter.ly

2008-10-04 Thread Graham Percival
Here's a slightly updated version of my "produce the same score on A4 and letter paper". Should be easier to understand. Valentin, could you add a wishlist for LSR: snippets that don't produce any output. I'd like to check a box and have LSR not even attempt to compile this snippet; I think it'l

Re: Enlarge the whole score

2008-10-04 Thread Thermo
Thanks Jon that appears to do it, a litlte tweeking to get it just right and it should be ok. Jonathan Kulp-2 wrote: > > You can try this, substituting the value you want where I have 24: > > #(set-global-staff-size 24) > > I tried it on one of my scores and I "think" the lyrics got enlarge

Re: Enlarge the whole score

2008-10-04 Thread Jonathan Kulp
You can try this, substituting the value you want where I have 24: #(set-global-staff-size 24) I tried it on one of my scores and I "think" the lyrics got enlarged along with everything else. I put it inside the { } for one of the voices of the score and it affected all others. Jon Thermo

Enlarge the whole score

2008-10-04 Thread Thermo
What is the command to enlage the whole score; notes, lyrics, everything? Thanks -- View this message in context: http://www.nabble.com/Enlarge-the-whole-score-tp19812292p19812292.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___

RE: Shrinking to fit on a single page

2008-10-04 Thread Nick Payne
You could try adding between-system-padding = #0.1 between-system-space = #0.1 And if that's too tight then increase the values. Or alternatively, you can change the horizontal spacing using SpacingSpanner. I do this in a couple of my scores to squeeze them onto two pages so I don't need

Re: Shrinking to fit on a single page

2008-10-04 Thread Jonathan Kulp
Sorry, in addition to the "page-count = 1" line you might need to fiddle with the global-staff-size or other parameters because the footer is running off the bottom after forcing it to one page. The page-count setting is mentioned somewhere in the docs. I found it on a google search a few wee

Re: Shrinking to fit on a single page

2008-10-04 Thread Eluze
lily.user wrote: > > Is there a better way? > I dunno if its the best but it works: #(set-global-staff-size 16) \paper { % between-system-space = 10\mm % does nothing? % between-system-padding = #1 % does nothing? system-count = #4 % ragged-bottom = ##t % ragged-last-bottom =

Re: Shrinking to fit on a single page

2008-10-04 Thread Jonathan Kulp
Add this line to your \paper block: page-count = 1 Jon [EMAIL PROTECTED] wrote: Hi, I'm trying to typeset a piece, that should fit on a single page. Lilypond keeps trying to put it on two pages. I've put in \paper{ ragged-bottom=##t bottom-margin=0\mm } and

Re: WANTED: Design for documentation (Photoshop power users!)

2008-10-04 Thread Robin Bannister
Reinhold Kainhofer wrote: Am Montag, 22. September 2008 schrieb Robin Bannister: > So I propose > > A > Replace the (passive) text "Table of Contents" in the TOC panel, > with the document title, e.g. "Learning Manual". > This nearly always visible (on biggish screens). > (And when offscreen, nea

Shrinking to fit on a single page

2008-10-04 Thread lily . user
Hi, I'm trying to typeset a piece, that should fit on a single page. Lilypond keeps trying to put it on two pages. I've put in \paper{ ragged-bottom=##t bottom-margin=0\mm } and measured the system height, and the single system that flows onto page two should fit