bug-lilypond
[Top][All Lists]
Advanced

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

Issue 625 in lilypond: lilypond -dpreview ignores extent of bracket unle


From: codesite-noreply
Subject: Issue 625 in lilypond: lilypond -dpreview ignores extent of bracket unless another outside staff object is nearby
Date: Tue, 20 May 2008 15:36:03 -0700

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




reply via email to

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