lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Four Bars per Line/System, again :)


From: Nick Payne
Subject: Re: Four Bars per Line/System, again :)
Date: Thu, 20 Sep 2012 09:00:03 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

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
    ...
  }
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]