Matthew <rowlesmr <at> gmail.com> writes:

> I can't get the left edge for the ottava bracket to work. I want there to be a
> left edge, identical to the right.

Is this an OttavaBracket bug? The program-reference doesn't say anything about
values being hardcoded.

Could it be the way that I'm changing the ottavation text? I want there to be no
text.

Near-minimal example - shorten-pair is there to show that the left side does
work in at least one case.

\version "2.11.43"%%
\relative c'' 
{       
   {
      \set Staff.ottavation = #""
      %left edge doesn't work
      \override Staff.OttavaBracket #'edge-height = #'(1.2 . 1.2)
      %left edge does work
      \override Staff.OttavaBracket #'shorten-pair  = #'(-0.6 . -0.6)   
      c4
      #(set-octavation 0)
      c4
   }
}







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

Reply via email to