ssb22 / jianpu-ly

Jianpu in Lilypond
http://ssb22.user.srcf.net/mwrhome/jianpu-ly.html
Apache License 2.0
70 stars 18 forks source link

"Line" break #33

Closed suntong closed 1 year ago

suntong commented 1 year ago

Is there any way to break the jianpu line at the point that I want?

My jianpu only ends up with two lines, whereas I want it to be 4 lines. thx.

ssb22 commented 1 year ago

\break should do it. (Any 1-word \ command is simply passed to Lilypond, so we have access to quite a few Lilypond commands including \break)

1 - 2 3 \break 4 - 3 2 1 - - -
suntong commented 1 year ago

Works perfectly!!