bug-lilypond
[Top][All Lists]
Advanced

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

Issue 677 in lilypond: incorrect scaling in score markup


From: codesite-noreply
Subject: Issue 677 in lilypond: incorrect scaling in score markup
Date: Sat, 13 Sep 2008 02:49:02 -0700

Issue 677: incorrect scaling in score markup
http://code.google.com/p/lilypond/issues/detail?id=677

New issue report by lemzwerg:
 \version "2.11.58"

\header { texidoc = "
  Length values like @code{line-width} given in millimeter
should not be scaled within a score markup.

Here is a counterexample.
" }

\score {
  \relative {
    c1^\markup { \score {
                   \relative {
                     c1 | c1 | c1 | c1 |
                   }
                   \layout {
                     ragged-right = ##f
                     indent = 0.0
                     line-width = 100.0\mm
                   }
                 }
               } | c1 | c1 | c1 |
  }
  \layout {
    ragged-right = ##f
    indent = 0.0
    line-width = 100.0\mm
  }
}

% EOF


Attachments:
        score-markup-length.png  3.2 KB


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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