bug-lilypond
[Top][All Lists]
Advanced

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

-dbackend=eps gives too-small bounding box


From: Damian leGassick
Subject: -dbackend=eps gives too-small bounding box
Date: Wed, 25 Apr 2007 00:47:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

***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}                     

***2***

%{  slur is clipped with -dbackend=eps, but not if \slurDashed is commented 
out%}
\version "2.11.22"
\header { tagline = "" }

music = {
        \slurDashed
        aes'( a! b!)                    
}
\score { \new Staff \music}
                        





reply via email to

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