fixed vertical space

2013-09-20 Thread Werner LEMBERG
I have \markup { ...} \score { ... } (at the top level) and I want some vertical space between the \markup and the \score which isn't stretchable. How can I achieve that? Werner ___ lilypond-user mailing list lilypond-user@gnu.org https://

Re: fixed vertical space

2013-09-20 Thread Phil Holmes
- Original Message - From: "Werner LEMBERG" To: Sent: Friday, September 20, 2013 10:06 AM Subject: fixed vertical space I have \markup { ...} \score { ... } (at the top level) and I want some vertical space between the \markup and the \score which isn't stretcha

Re: fixed vertical space

2013-09-20 Thread Werner LEMBERG
>> I have >> >> \markup { ...} >> \score { ... } >> >> (at the top level) and I want some vertical space between the >> \markup and the \score which isn't stretchable. How can I achieve >> that? > > \markup { \vspace #10 } ? This would insert *at least* a 10-units vertical space (since lilypo

Re: fixed vertical space

2013-09-20 Thread Robin Bannister
Werner LEMBERG wrote: However, I want a fixed space between \markup and \score that doesn't get stretched. How about mm-feed? http://lists.gnu.org/archive/html/lilypond-user/2010-04/msg00057.html Cheers, Robin ___ lilypond-user mailing list li

Re: fixed vertical space

2013-09-20 Thread Werner LEMBERG
>> However, I want a fixed space between \markup and \score that >> doesn't get stretched. > > How about mm-feed? > http://lists.gnu.org/archive/html/lilypond-user/2010-04/msg00057.html Nope: #(define-markup-command (mm-feed layout props amount) (number?) (let ((o-s (ly:output-def-lookup la

Re: fixed vertical space

2013-09-20 Thread Robin Bannister
Werner LEMBERG wrote: \markup \mm-feed #10 % <-- here I want a fixed space of, say, 10mm Ok, maybe I get it; mm-feed gives you a fixed space (which you could use) but is followed by flexible space (which you don't want). Would it be acceptable to clobber the flexible space by adding marku

Re: fixed vertical space

2013-09-20 Thread Werner LEMBERG
> Doesn't something like this do it? > > markup-system-spacing = [...] Yes, as Robin has suggested, too. However, this is a global setting, while I would like to have something local. Werner ___ lilypond-user mailing list lilypond-user@gnu.or

Re: fixed vertical space

2013-09-20 Thread Nick Payne
On 20/09/13 19:13, Phil Holmes wrote: - Original Message - From: "Werner LEMBERG" To: Sent: Friday, September 20, 2013 10:06 AM Subject: fixed vertical space I have \markup { ...} \score { ... } (at the top level) and I want some vertical space between the \mark