Re: Multi column page setup

2013-04-05 Thread David Kastrup
Thomas Morley writes: > 2013/4/5 Thomas Morley : >> 2013/4/5 David Kastrup : >>> Thomas Morley writes: >>> 2013/4/4 David Kastrup : > > Regarding the "you can't have LilyPond figure out page breaking" angle: > maybe > http://code.google.com/p/lilypond/issues/detail?id=1

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley writes: > 2013/4/5 David Kastrup : >> Thomas Morley writes: >> >>> 2013/4/4 David Kastrup : >>> Regarding the "you can't have LilyPond figure out page breaking" angle: maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a suitable building block fo

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 Thomas Morley : > 2013/4/5 David Kastrup : >> Thomas Morley writes: >> >>> 2013/4/4 David Kastrup : >>> Regarding the "you can't have LilyPond figure out page breaking" angle: maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a suitable building block f

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/5 David Kastrup : > Thomas Morley writes: > >> 2013/4/4 David Kastrup : >> >>> >>> Regarding the "you can't have LilyPond figure out page breaking" angle: >>> maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a >>> suitable building block for that. >>> >>> -- >>> David Kastr

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Thomas Morley writes: > 2013/4/4 David Kastrup : > >> >> Regarding the "you can't have LilyPond figure out page breaking" angle: >> maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a >> suitable building block for that. >> >> -- >> David Kastrup > > \markup \score { ... } now _c

Re: Multi column page setup

2013-04-04 Thread Thomas Morley
2013/4/4 David Kastrup : > > Regarding the "you can't have LilyPond figure out page breaking" angle: > maybe http://code.google.com/p/lilypond/issues/detail?id=1334> is a > suitable building block for that. > > -- > David Kastrup \markup \score { ... } now _can_ handle pageBreak, though, if you

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze writes: > Orm Finnendahl-3 wrote >> Hi Hanns Holger, >> >> below is a minimal example (with a layout block for each column for >> illustration how to specify different layout settings for each >> column). You can extend it to as many columns you want. There is a >> major drawback though:

Re: Multi column page setup

2013-04-04 Thread David Kastrup
Eluze writes: > Orm Finnendahl-3 wrote >> Hi Hanns Holger, >> >> below is a minimal example (with a layout block for each column for >> illustration how to specify different layout settings for each >> column). You can extend it to as many columns you want. There is a >> major drawback though:

Re: Multi column page setup

2013-04-04 Thread Eluze
ought you can only produce one line/system with \markup \score … thanks for showing this feature! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Multi-column-page-setup-tp143899p143931.html Sent from the User mailing list archive at Nabble.com. __

Re: Multi column page setup

2013-04-04 Thread Nick Payne
On 04/04/13 23:59, Hanns Holger Rutz wrote: hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
thanks, Orm, this looks straight forward. I'm generating the score fragments, so adding explicit breaks is no problem. .h.h. On 4 Apr 2013, at 17:52, Orm Finnendahl wrote: > Hi Hanns Holger, > > below is a minimal example (with a layout block for each column for > illustration how to specify d

Re: Multi column page setup

2013-04-04 Thread Orm Finnendahl
Hi Hanns Holger, below is a minimal example (with a layout block for each column for illustration how to specify different layout settings for each column). You can extend it to as many columns you want. There is a major drawback though: You can't have lilypond figure out page breaking as the mus

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
ok, great! (I think that's what grid_of_mini_scores.ly is actually doing) On 4 Apr 2013, at 16:12, Marek Klein wrote: > Hello > > 2013/4/4 Hanns Holger Rutz > how can I set up lilypond to use a multiple column page layout. I have very > short independent scores, and I would like to arrange the

Re: Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
On 4 Apr 2013, at 15:46, Phil Hézaine wrote: > Le 04/04/2013 15:25, Urs Liska a écrit : >> If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably >> have to define a 1/16th paper size with suitably small margins and use an >> external tool (suggestions depending on your OS

Re: Multi column page setup

2013-04-04 Thread Marek Klein
Hello 2013/4/4 Hanns Holger Rutz > how can I set up lilypond to use a multiple column page layout. I have > very short independent scores, and I would like to arrange them in four > example four columns next to each other. It doesn't matter whether the grid > goes left-to-right then top-to-botto

Re: Multi column page setup

2013-04-04 Thread Phil Hézaine
Le 04/04/2013 15:25, Urs Liska a écrit : If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper.

Re: Multi column page setup

2013-04-04 Thread Urs Liska
If you don't find a lilypond-wise solution (which I'm afraid) yo'll probably have to define a 1/16th paper size with suitably small margins and use an external tool (suggestions depending on your OS and output format) to arrange them on the full paper. HTH Urs Hanns Holger Rutz schrieb: >h

Multi column page setup

2013-04-04 Thread Hanns Holger Rutz
hello, how can I set up lilypond to use a multiple column page layout. I have very short independent scores, and I would like to arrange them in four example four columns next to each other. It doesn't matter whether the grid goes left-to-right then top-to-bottom or the other way round. thanks