lilypond-user
[Top][All Lists]
Advanced

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

Re: \break not working properly


From: Thomas Morley
Subject: Re: \break not working properly
Date: Fri, 20 Apr 2012 23:33:40 +0200

Hi,

you've used a bad \layout

Try to replace it with:

\layout {
    \context {
      \Score
      \override NonMusicalPaperColumn #'line-break-permission = ##f
    }
    \context {
      \Staff
      \override VerticalAxisGroup #'remove-first = ##t
      \RemoveEmptyStaves
      \consists \Ez_numbers_engraver
    }
}

HTH,
  Harm



reply via email to

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