Issue 625: lilypond -dpreview ignores extent of bracket unless another
outside staff object is nearby
http://code.google.com/p/lilypond/issues/detail?id=625
New issue report by n.puttock:
%{
In the first example, -dpreview ignores the extent of the
overridden OttavaBracket, and the PNG is cropped near the staff.
In the second example, the full extent of the bracket
is revealed by placing text at the top.
%}
\version "2.11.46"
\relative c'' {
\once \override Staff.OttavaBracket #'edge-height = #'(-10 . -5)
#(set-octavation 1)
c2
c
#(set-octavation 0)
}
\relative c'' {
\once \override Staff.OttavaBracket #'edge-height = #'(-10 . -5)
#(set-octavation 1)
c2
\once \override TextScript #'staff-padding = #12
c^\markup { force }
#(set-octavation 0)
}
Attachments:
cropped.png 1.5 KB
force.png 2.3 KB
Issue attributes:
Status: New
Owner: ----
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
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond