Damian leGassick wrote:
using \slurDashed the eps file has %%BoundingBox: 28 -106 567 -25
the second has %%BoundingBox: 28 -108 567 -25
Ah, sorry, I missed that. Thanks for adding those numbers. This issue
is now
http://code.google.com/p/lilypond/issues/detail?id=357
Cheers,
- Graham
__
Damian leGassick wrote:
%{ 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}
I can't see a difference (other than the d
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}
***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