On Thu, Aug 25, 2016 at 1:33 PM, Pastor Neubauer <rev...@unitelc.com> wrote:

> I have a problem that seems to be part of the way lilypond works. I’m
> using the code below. What I am wondering is how to change the lines
> following the \break command. These lines seem to ignore all page formatt
> ing. The first line is indented and the remaining lines are not.
>

I apologize for taking so long to respond.

 I don't remember when, where, or how I found this, but setting "\indent"
to zero works, at least as late as Ly 1.18.2. I set it in a \layout block,
thus :

\score {
    *music*
  }
  \layout {
    indent = 0
  }

Hope this helps,

Ralph

-- 
Ralph Palmer
Brattleboro, VT
USA
palmer.r.vio...@gmail.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to