bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1816 in lilypond: Lilypond-book music runs off right side of the p


From: lilypond
Subject: Issue 1816 in lilypond: Lilypond-book music runs off right side of the page
Date: Sun, 14 Aug 2011 11:07:01 +0000

Status: Accepted
Owner: ----
Labels: Type-Scripts Priority-High Maintainability

New issue 1816 by address@hidden: Lilypond-book music runs off right side of the page
http://code.google.com/p/lilypond/issues/detail?id=1816

Reported by GP:

The below example demonstrates that lilypond-book cannot estimate
the line width correctly; music runs off the right-hand side of
the page.

Also note that this bug has NOTHING to do with the documentation.
It's a perfectly reasonable file.  Compile with:

lilypond-book --pdf linelength.tely
texi2pdf linelength.texi


\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
@setfilename LineTest
@settitle PhilTest
@afourpaper

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@lilypond[relative=2]
\repeat unfold 100 { c4 }
@end lilypond

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@lilypond[relative=2]
\set Staff.instrumentName = "Violincello"
\repeat unfold 100 { c4 }
@end lilypond

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@bye


\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
@setfilename LineTest
@settitle PhilTest
@afourpaper

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@lilypond[relative=2]
\repeat unfold 60 { c4 }
@end lilypond

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@lilypond[relative=2]
\set Staff.instrumentName = "Violincello"
\repeat unfold 60 { c4 }
@end lilypond

Test Lorem ipsum dolor sit amet, consectetur adipisicing elit.

@bye

Attachments:
        NewLineLength.pdf  76.8 KB




reply via email to

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