Dear Neil P., Does the forbid_line_break have to go under \Voice or can it go under \Staff?
In the meantime, I have temporarily solved my pagination woes by making an imaginary 2m long piece of paper, simply to be able to make edits! Thanks for your help. I may never write another polymetric piece again... cheers, Andrea On Sun, Jul 11, 2010 at 11:17 PM, Neil Puttock <[email protected]> wrote: > On 10 July 2010 20:10, Neil Thornock <[email protected]> wrote: >> See modifications to your code below. It seems like something with >> Forbid_line_break_engraver should work instead of the *0, but I can't >> figure it out. This does work, though. > > That's an interesting approach, but your intuition about > Forbid_line_break_engraver is right. If it's removed, and beams are > made breakable, then you don't need to scale any notes (or add > explicit breaks). > > \layout { > \context { > \Score > \remove "Timing_translator" > \remove "Default_bar_line_engraver" > } > \context { > \Staff > \consists "Timing_translator" > \consists "Default_bar_line_engraver" > } > \context { > \Voice > \remove "Forbid_line_break_engraver" > \override Beam #'breakable = ##t > } > } > > \relative c' << > \new Staff { > \time 4/4 > r4^\markup"tempo=54" b'2.~ | % 1 > b4 c2 a4~ | % 2 > a r2. | % 3 > r4 b2.~ | % 4 > b4 c4. a8 d4~ | % 5 > d2. cis4~ | % 6 > cis r2. | % 7 > b1 | % 8 > c | % 9 > g | % 10 > } > \new Staff { > << > { -- ™™™™™™™™™™™™™™™™™™™™™™ http://reloadsanear.com http://antisocialmusic.org _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
