RE: Title Page

2013-10-28 Thread Peter Gentry
There is always more than one way to skin the cat I use something like The file mozza4.eps is a graphic use a batch file for %%F in (*.png) do sam2p.exe %%F %%~nF.eps for %%F in (*.jpg) do sam2p.exe %%F %%~nF.eps To convert to eps I forget where I found sam2p.exe but it should be in the Lilyp

Re: title page for \book

2005-08-01 Thread Nicolas Sceaux
Graham Percival <[EMAIL PROTECTED]> writes: >>\column { " " " " " " " " " " > > I'm using > \hspace #1 > instead of > " " > since there's no guarantee that lilypond will treat " " in the same > way in the > future -- I think that \hspace is a bit more reliable with regards to > fut

Re: title page for \book

2005-08-01 Thread Graham Percival
On 1-Aug-05, at 1:40 AM, Nicolas Sceaux wrote: This is exactly the kind of comment that I wished when I posted my example, thanks! (but then, instead of stacks of \hspace #1, why don't you write \hspace #5 for instance?) In this: \markup { \column{ \hspace #1 \hspace #1 foo }} there are thre

Re: title page for \book

2005-08-01 Thread Mats Bengtsson
One reason to skip the \book was brought up in http://lists.gnu.org/archive/html/lilypond-user/2005-06/msg00060.html namely that you cannot define identifiers within a \book{...}. /Mats Graham Percival wrote: On 30-Jul-05, at 1:25 PM, Mats Bengtsson wrote: Do you have any particular reaso

Re: title page for \book

2005-07-31 Thread Graham Percival
On 30-Jul-05, at 2:53 AM, Nicolas Sceaux wrote: I've also built custom titles, this thread may be a good place to share them. Thanks! I used your example to get \fromproperty working. For anybody else, I've included my updated title page below. #(def-markup-command (when-property layout pro

Re: title page for \book

2005-07-31 Thread Graham Percival
On 30-Jul-05, at 1:25 PM, Mats Bengtsson wrote: Do you have any particular reason to use \book{...}? I don't have a running LilyPond available for the moment, but as far as I recall, you should get exactly the same result even if you remove the \book{...}. As far as I know, if you have multip

Re: title page for \book

2005-07-30 Thread Mats Bengtsson
Do you have any particular reason to use \book{...}? I don't have a running LilyPond available for the moment, but as far as I recall, you should get exactly the same result even if you remove the \book{...}. /Mats Graham Percival wrote: I'm working on a \book that contains distinct pieces;

Re: title page for \book

2005-07-30 Thread Nicolas Sceaux
Graham Percival <[EMAIL PROTECTED]> writes: > I'm working on a \book that contains distinct pieces; as such, I've > created > a separate title page. > > 1) If you're interested in using it, here's the code. > 2) If you're really interested in using it, I could investigate > making this > par