Originally created by: *anonymous
Originally created by: percival.music.ca@gmail.com
Originally owned by: reinhold...@gmail.com
This tely file:
----------------
\input texinfo @node Top
@top
@lilypond[papersize=c9landscape,verbatim,quote]
\book {
\score {
\relative c' {
c1
}
}
}
@end lilypond
@bye
-----------
produces (in part):
------
\paper {
#(set-paper-size "c9landscape")
indent = 0\mm
line-width = 5\in - 2.0 * 0.4\in
force-assignment = #""
line-width = #(- line-width (* mm 3.000000))
}
-----
Since there's less than 2.3 inches in the 57mm-wide c9landscape paper, lilypond complains. It would be nice if the 5\in wasn't hard-coded.
(20 minutes of poking around inside lilypond-book didn't fix it for me. I may try again later, but for now I'm not owning the issue)
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -Maintainability Type-Maintainability
Originally posted by: percival.music.ca@gmail.com
This is probably a duplicate of issue 1816. Let's keep that other issue.
Labels: -Priority-Medium
Mergedinto: 1816
Status: Duplicate
Originally posted by: PhilEHol...@googlemail.com
(No comment was entered for this change.)
Mergedinto:
Status: Verified
Originally posted by: reinhold...@gmail.com
No duplicate. If papersize option is given, lilypond-book should not any automatic line-width detection (only if given explicitly).
Labels: lilypond-book
Owner: reinhold...@gmail.com
Status: Started
Originally posted by: reinhold...@gmail.com
(No comment was entered for this change.)
Labels: -lilypond-book
Originally posted by: reinhold...@gmail.com
See also my comment to bug 1595
Diff:
As this issue has no patch, no owner, and no activity for over 4 years I'm reverting the Status to Accepted.