On Tuesday 28 September 2004 00.40, Erik Sandberg wrote:
> Added separately as ottava-font-size and c-ottava-triplet-bracket.
>
> I'm introducing a new convention now, bugs that involve collisions are
> called c-*.ly (I just wanted some more structure)
>
> On Sunday 26 September 2004 17.32, Werner LEMBERG wrote:
> > %
> > % [EMAIL PROTECTED]
> >
> > \version "2.3.18"
> >
> > \header { texidoc = "
> > This example shows two problems:
> >
> > . Ottava brackets collide with tuplet brackets.

This still happens.

> > . The `8va' string should become smaller, as is the `3' in the tuplet
> >   bracket, if `fontSize' is changed, since the `OttavaBracket' grob
> >   uses `font-interface' (according to the reference).

Not a bug; change
\set fontSize = #-3
to
\set Staff.fontSize = #-3
to achieve this.

Erik

> > " }
> >
> > \score {
> >   \context Staff \relative c' {
> >     #(set-octavation 1) \times 2/3 { c'4 c c } #(set-octavation 0) c c |
> >     \set fontSize = #-3
> >     #(set-octavation 1) \times 2/3 { c'4 c c } #(set-octavation 0) c c |
> >   }
> >   \paper {
> >     raggedright = ##t
> >   }
> > }
> >
> > % EOF
>
> _______________________________________________
> bug-lilypond mailing list
> bug-lilypond@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-lilypond


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

Reply via email to