lilypond-user
[Top][All Lists]
Advanced

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

Re: [Takemitsu] Polymetric music doesn't break lines properly


From: Urs Liska
Subject: Re: [Takemitsu] Polymetric music doesn't break lines properly
Date: Mon, 30 Mar 2015 16:11:06 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0



Am 30.03.2015 um 16:07 schrieb Urs Liska:
There are two things you have to add to your example (I don't know to which extent this is written or missing in the documentation:

1)
an invisible barline \bar ""
LilyPond can only break lines at barlines, so in order to have it break in mid-measure (as one of the staves will do) you can place an invisible barline at all positions where you want to allow LilyPond to add a line break

2)
\override Beam.breakable = ##t
(this can be set in the \Score part of the \layout block)
By default LilyPond can't break when a beam is active, so you have to explicitly allow it to do so.

HTH
Urs


Ah, one more thing: If you don't want to set manual line breaks but want to allow LilyPond to break anywhere (say, after each quaver) you could add a separate invisible voice to each staff that contains something like

\repeat unfold 50 { s8 \bar "" }
(of course to be adapted to the actual music)


Am 30.03.2015 um 00:46 schrieb 胡雨軒:

​ I've tried to write the long bar 40 in polymetric ​style, as shown in the previous link. Unfortunately, although it seems to be a very minimal working example inspired by this doc paragraph, Line breaks aren't done correctly.

Should we have to do something else that is not written down in the doc? It yes, where can I ask to modify it / report an insufficiency? I believe it's not a bug~

​ Cheers ;-)

胡雨軒​


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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