Updates:
Status: Invalid
Comment #1 on issue 1763 by n.putt...@gmail.com: OttavaBracket doesn't
follow fontSize
http://code.google.com/p/lilypond/issues/detail?id=1763
The Ottava_spanner_engraver is part of the Staff context, so you must set
fontSize at the Staff level.
\relative c' {
\ottava #1 \times 2/3 { c'4 c c } \ottava #0 c c |
\set Staff.fontSize = #-3
\ottava #1 \times 2/3 { c4 c c } \ottava #0 c c |
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond