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
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
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
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
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
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;
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
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
part of LilyPond. And clean it up, of course. :)
3) Currentl