On 20/09/12 08:43, bthom wrote:
> Any idea how you could use this fixed-bars per line engraver in conjunction
> w/no indentation on first line of score?
>
> I tried adding
>
> After
>
> \Score
>
> I tried adding:
>
> % don't indent first line
> indent = 0.0 \cm
>
> But the first line remains embedded.
>
> Thanks for any advice on this matter.
Put it in the \layout block:
\score {
...
\layout {
indent = 0
...
}
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user