Re: command: ragged-last-bottom=##f

2010-08-16 Thread Spela Kermelj
Thanks, I would have never found this solution myself... However, there's a typo in the manual, section "Selected snippets", examples 2 and 4, should be \ifnum#1<... instead of \ifnum##1<... So, my solution is as follows: \def\betweenLilyPondSystem#1{ \ifnum#1<4 \linebreak \vfill \else\fi }

Re: command: ragged-last-bottom=##f

2010-08-16 Thread Dmytro O. Redchuk
On Sat 14 Aug 2010, 21:43 Spela Kermelj wrote: > Thanks, I would have never found this solution myself... > However, there's a typo in the manual, section "Selected snippets", examples > 2 and 4, should be > > \ifnum#1<... > > instead of > > \ifnum##1<... Thank you, added to tracker as issue 12

Re: command: ragged-last-bottom=##f

2010-08-14 Thread Dmytro O. Redchuk
On Sat 14 Aug 2010, 08:21 Spela wrote: > I have some trouble using command: > > \paper { > ragged-last-bottom=##f > } > > > when I insert that command in a lilypond file it works ok, but when I try > using > the same file in lilypond-book it does not work. How can I controle spacing > be

command: ragged-last-bottom=##f

2010-08-14 Thread Spela
I have some trouble using command: \paper { ragged-last-bottom=##f } when I insert that command in a lilypond file it works ok, but when I try using the same file in lilypond-book it does not work. How can I controle spacing between staff in lilypond-book? Thanks, Spela. __