Hi Basil,
On Fri, Nov 28, 2008 at 11:37 AM, Basil Crow <[EMAIL PROTECTED]> wrote:
>
> Suppose I have a .ly file with Score.timing set to false and no line breaks
> (that is, everything is typeset on one line):
>
> \relative c'
> {
> \set Score.timing = ##f
> f4 g a b
> f4 g a b
> f4 g a b
> f4 g a
Basil,
I've massaged your input file a bit. I think this produces what you want.
Notice I commented out the Score.timing line.
%
melody = \relative c'
{
%\set Score.timing = ##f
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a b
f4 g a