Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1763 by lemzw...@googlemail.com: OttavaBracket doesn't follow fontSize
http://code.google.com/p/lilypond/issues/detail?id=1763

\version "2.15.4"

\header { texidoc = "
The `8va' string should become smaller, as is the `3' in the tuplet bracket,
if @code{fontSize} is changed, since the @code{OttavaBracket} grob uses
@code{font-interface}.

Here is a counterexample.
" }

\relative c' {
  \ottava #1 \times 2/3 { c'4 c c } \ottava #0 c c |
  \set fontSize = #-3
  \ottava #1 \times 2/3 { c4 c c } \ottava #0 c c |
}


Attachments:
        ottava-font-size.png  10.1 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to