lilypond-user
[Top][All Lists]
Advanced

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

Re: Line breaking error (no line breaking, just 1 staff runnig out of th


From: Knute Snortum
Subject: Re: Line breaking error (no line breaking, just 1 staff runnig out of the pdf : (
Date: Sun, 23 May 2021 08:29:40 -0700

On Sun, May 23, 2021 at 6:57 AM Pablo Cordal <pablocordal@gmail.com> 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



reply via email to

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