lilypond-user
[Top][All Lists]
Advanced

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

Re: ragged-bottom in a multi-score book


From: Mats Bengtsson
Subject: Re: ragged-bottom in a multi-score book
Date: Thu, 31 Aug 2006 15:47:20 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417

This was discussed recently on the mailing list and I think the conclusion was
that it's not directly supported in version 2.8.3.
I know that the page breaking support has been completely reworked in the
latest 2.9.x versions, but I don't know any details about its capabilities.

  /Mats

Adrien wrote:

version 2.8.3

Hello,
I'm making a book wich contains a lot of different scores :

--- the "book" file : ---

\include "firstscore.ly"
\include "secondscore.ly"
...

\book {
  \header {}

  \score {
     \firstmusic
     \header {
        breakbefore = ##t
     }
  }

  \score {
     \secondmusic
     \header {
        breakbefore = ##t
     }
  }

...

}

--- end of "book" file ---


each of the piece is a file with this structure :

--- firstscore.ly ---

firstmusic = {
  %the notes
}

--- end of "firstscore.ly" ---


My problem is :
How can I tell Lily that I want to use the "ragged-bottom" function fore some of the scores and not for the others ?ยจ

Thanks

Adrien



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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