bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1638 in lilypond: lilypond-book [quote] hard-codes 5\in


From: lilypond
Subject: Issue 1638 in lilypond: lilypond-book [quote] hard-codes 5\in
Date: Thu, 28 Apr 2011 18:43:57 +0000

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

New issue 1638 by percival.music.ca: lilypond-book [quote] hard-codes 5\in
http://code.google.com/p/lilypond/issues/detail?id=1638

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)




reply via email to

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