lilypond-user
[Top][All Lists]
Advanced

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

Re: Orchestral score: bottom staff position


From: Kieren MacMillan
Subject: Re: Orchestral score: bottom staff position
Date: Tue, 22 Apr 2014 09:26:08 -0400

Hi Gilberto,

>> Does setting ragged-bottom = ##f and last-bottom-spacing appropriately not 
>> work?
> Not really.

This looks fine to me:

\version "2.18.2"

\paper {
  ragged-bottom = ##f
  last-bottom-spacing = #'((basic-distance . 0) (minimum-distance . 0) (padding 
. 0) (stretchability . 0))
}

someMusic = \repeat unfold 4 { c'1 \break }

\score {
  <<
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
    \new Staff \someMusic
  >>
}

What is the problem you’re seeing?

Cheers,
Kieren.


reply via email to

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