lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: a "floating" markup with many \score blocks in it


From: Jan van Dijk
Subject: Fwd: Re: a "floating" markup with many \score blocks in it
Date: Wed, 7 Jan 2009 12:08:56 +0100
User-agent: KMail/1.9.6 (enterprise 20070904.708012)

This email was supposed to be send directly to the usergroup, so here it is.

Op Tuesday 06 January 2009 16:52:13 schreef u:
> ... I just feel stupid and dis-imaginative
>
> @ address@hidden could you tell us the input code of result?
> I would maybe be comforted ;-)
>
> Thanks to all
>
> Francois

I should have send the inputcode the first time.

In this example I use two scores on the same line.
This should be possible with a construct like 
\markup { \line { \score { ...} \score {...} } }

But above every score I also have to put a markup.
I was only able to do this by using:
\markup {
   \line {
      \column { \line { ...} \score {...} } 
      \column { \line { ...} \score {...} }
   }
}

To put some space between the two columns I used the command:
\translate #'(10 . 0)

About the layout:
I mostly do not use a time signature, nor the metronomemark.
One copy of the music is in front of a (very small) choir, so I need a rather 
large font.
To have both scores properly aligned I had to use the command:
\override VerticalAxisGroup #'minimum-Y-extent = #'(-5.8 . 5.8)

Good luck with your struggling.
Jan van Dijk.

Attachment: test.ly
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]