bug-lilypond
[Top][All Lists]
Advanced

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

Re: -dbackend=eps gives too-small bounding box


From: Mats Bengtsson
Subject: Re: -dbackend=eps gives too-small bounding box
Date: Wed, 25 Apr 2007 09:17:37 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)



Damian leGassick wrote:
***1***


%{ markup not visible with -dbackend=eps, bounding box too small %}
\version "2.11.22"
\header { tagline = ""}
music = {
        \once \override TextScript #'extra-offset = #'(0 . 6)
        b''!^\markup{"I'M MISSING"}
}
\score { \new Staff \music}                     
LilyPond will not take the extra-offset into account when calculating the
bounding box, just as it doesn't take it into account when calculating any
other layout decisions either. This is yet another reason to use the padding property
instead:
\once \override TextScript #'padding = #6

  /Mats




reply via email to

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