Roland Goretzki wrote:

Hello list, hello Zbynek,

You wrote:



Is way to define linebreak (or pagebreak) in files with \score sections?
Breaks are on other place at score and on other place at part.



AFAIK You can give the linebreaks in the global section, par example:


global = \notes {
 \key c \major \time 2/4
 s2*5
   \break
 s2*3
   \break
 s2*7
   \break
 s2*5
 \bar "|."
}

I've it not tested, but it might work. :)



That would require different global parts for parts and scores which defeats the purpose. The combination of the two ideas would work.

global = \notes {
  music
  \partbreak
  more music
}

Paul



_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to