Hello list, hello Jeremy,

You wrote:

> Can I make Lilypond just make the last line of this piece left justified
> instead of making it extend the whole width?
Perhaps not exactly what You wanted, but nevertheless a possible
solution:

Add the following two lines to Your paper block:

  1. linewidth = 12.0 \cm
  2. \context { \ScoreContext \override SpacingSpanner #'spacing-increment = #2.2 } }

And then play with the numbers to get what You want.

Attention:

  In earlier lilypond versions change the word context with translator:
  2. \translator { \ScoreContext \override SpacingSpanner #'spacing-increment = #2.2 } 
}

Hope this will help. :)

Best Regards           Roland


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to