lilypond questio

Do you typeset your scores on Linux? Share your thoughts, tips, and tricks here.

Moderators: MattKingUSA, khz

Post Reply
jpee
Posts: 2
Joined: Tue Jan 31, 2012 1:13 pm

lilypond questio

Post by jpee »

How can I set quantity of measures on a line? and get rid of the identation of the first line.
jpee
Posts: 2
Joined: Tue Jan 31, 2012 1:13 pm

Re: lilypond questions

Post by jpee »

Partly solved. To remove the identation I found this in the online manual and it works:
\layout {
indent = #0
line-width = #150
ragged-last = ##t
}
shimpe
Established Member
Posts: 39
Joined: Mon Jan 09, 2012 8:11 pm
Contact:

Re: lilypond questio

Post by shimpe »

I'm not sure if you can predefine a number of measures per line, but
you can certainly insert \break to force moving the next measure to the next line.
Nick Payne
Posts: 1
Joined: Tue May 29, 2012 7:03 am

Re: lilypond questio

Post by Nick Payne »

See http://lsr.dsi.unimi.it/LSR/Item?u=1&id=838, recently added to the Lilypond snippet respository, which allows you to specify the number of measures per line.
Post Reply