On Sun, May 23, 2021 at 6:57 AM Pablo Cordal <[email protected]> wrote: > > Hi everyone, > > This issue never happened before, the automatic line breaking does not work, > so I get a long staff going out at the right side of the page. No compiling > errors... > > What is wrong? This is my code (well a small piece of it) > > \version "2.20.0" > #(ly:set-option 'midi-extension "midi") > > \paper { > ragged-bottom = ##t > top-margin = 0\in > left-margin = 0.2\in > right-margin = 0.2\in > > % change default global staff size. > myStaffSize = #20 > > #(define fonts (make-pango-font-tree "Nimbus Sans" "Times New Roman" "Luxi > Mono" (/ myStaffSize 20))) > } > > \score { > << > \new Staff \with { \override TextScript.font-size = #-2 } > { > \clef "bass" > \tempo 4 = 120 > > <c e g>8 <c e g>8 <c e g>8~-> <c e g>1. <c e g>4->-. <c e g>8 <c e g>8 <c e > g>8 <c e g>4. <c e g>4->-.
The line just above does not fit evenly into the default time signature of 4/4. -- Knute Snortum
