bug-lilypond
[Top][All Lists]
Advanced

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

manual beams can run off edge of paper


From: Jeremy Mates
Subject: manual beams can run off edge of paper
Date: Thu, 9 Jun 2011 01:12:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I would rather be top posting!

Manual beaming can cause the music to run off the edge of the paper, and
otherwise screw up the entire rendition. This can be worked around by not
manually beaming, but can happen any time a manual beam spans a measure that
lilypond wants to wrap below the existing staff line due to hitting the edge of
the paper. Ideally lilypond would somehow automatically interrupt the manual
beaming should the staff need to be wrapped.

\version "2.14.0"

eg = {
  g8[ g g g g g g g g g g g g g g g g g g g g g g g g g g g g]
}

\book {
  \paper {
    #(set-paper-size "a7")
  }
  \score {
    \new Staff << \eg >>
    \layout { }
  }
}





reply via email to

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