Re: title on a separate page (Susan Dittmar)

2009-10-07 Thread Susan Dittmar
> But you'll need to make sure the music that's actually used in the sample is > public domain. Please use some other music for the example. I do not know under which license, if at all, Eva pubished the tune. One of the reasons why I just posted an except... Susan pgpmip7EQupKf.pgp Des

Re: title on a separate page

2009-10-07 Thread Xavier Scheuer
Sorry to come a day after the fair... Susan Dittmar a écrit : > Hello folks, > > I am very sorry in case this is a FAQ. I am quite new to lilypond and > maybe did not search the right places. > > I would like to have lilypond generate the title on a page of its own. Isn't that the purpose of th

Re: Vertical spacing

2009-10-07 Thread Francisco Vila
For any vertical spacing problem, please use 2.12 instead; Joe Neeman has been responsible of a rework of vertical spacing, but he is too much occupied these days, we all are. See below 2009/10/7 Thomas Scharkowski : > I hav eadded two pngs to clarify: > With 2.13.3 "between-system-padding" and  

Re: Error not indicated

2009-10-07 Thread Carl Sorensen
On 10/6/09 3:30 PM, "Nick Payne" wrote: > If I accidentally omit the spaces in the scheme pair for the tweak > offset, no error is indicated in the console output but the tweak > doesn't take effect. If either (or both) of the spaces surrounding the . in the pair are missing, then the data st

Re: title on a separate page

2009-10-07 Thread Susan Dittmar
Quoting Xavier Scheuer (x.sche...@gmail.com): > > I would like to have lilypond generate the title on a page of its own. > > Isn't that the purpose of the "breakbefore" property inside \header block? > (This is a true question, apparently it seems to do nothing with me...) If so, I misunderstood

Re: title on a separate page (Susan Dittmar)

2009-10-07 Thread David Nalesnik
Hi all, I'm trying to understand how the Scheme markup command works, and I noticed that it seems to work exactly the same way if one of the lines is commented out, like so: #(define-markup-command (vspace layout props amount) (number?) "This produces a invisible object taking vertical space."

Re: Ancient tablatures

2009-10-07 Thread Laura Conrad
> "Marc" == Marc Hohl writes: >> I've made some efforts to transcribe the tablature, but what I want >> ideally is to transcribe what's there, in an input form that doesnt' >> require me to translate the tablature into notes, and then use that >> transcription plus the tuning

Re: title on a separate page (Susan Dittmar)

2009-10-07 Thread Valentin Villenave
On Wed, Oct 7, 2009 at 3:36 PM, David Nalesnik wrote: > #(define-markup-command (vspace layout props amount) (number?) > "This produces a invisible object taking vertical space." > ;(ly:make-stencil "" (cons -1 1) (cons 0 amount)) > (ly:make-stencil "" (cons -1 1) (cons amount amount)))

Re:title on a separate page (Susan Dittmar) (David Nalesnik)

2009-10-07 Thread Frederick Dennis
Dear All, When I tried to add the titlepage code to the LSR, I got a message from Firefox that lsr.dsi.unimi.it had an out-of-date certificate and could not be trusted(?) I have altered the music so it is now public domain, hopefully. %start file \version "2.12.2" %The next bit is scheme code to

Re: [Issue?] hiding Accidental(s) on tied note(s) after a line break

2009-10-07 Thread Jonathan Wilkes
--- On Thu, 10/8/09, David Nalesnik wrote: > From: David Nalesnik > Subject: Re: [Issue?] hiding Accidental(s) on tied note(s) after a line break > To: "Jonathan Wilkes" > Date: Thursday, October 8, 2009, 2:55 AM > Hi Jonathan, > I like this revision of the NR.  I have always > opted to put t

Feature Request: Store Measure Numbers in Annotation

2009-10-07 Thread Jonathan Wilkes
Hello, I made a feature request on the Lilypondtool page to be able to jump to any measure in the pdf viewer, and the creator of the software mentioned that this is really a feature request for Lilypond, so I'm posting his response here. Here is Mr. Fodor's response to my request: "If Lil

Re: Vertical spacing

2009-10-07 Thread Joe Neeman
On Wed, 2009-10-07 at 14:28 +0200, Francisco Vila wrote: > For any vertical spacing problem, please use 2.12 instead; Joe Neeman > has been responsible of a rework of vertical spacing, but he is too > much occupied these days, we all are. See below > > 2009/10/7 Thomas Scharkowski : > > I hav ead