bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1763 in lilypond: OttavaBracket doesn't follow fontSize


From: lilypond
Subject: Re: Issue 1763 in lilypond: OttavaBracket doesn't follow fontSize
Date: Thu, 14 Jul 2011 18:18:45 +0000

Updates:
        Status: Invalid

Comment #1 on issue 1763 by address@hidden: 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 |
}




reply via email to

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