lilypond-user
[Top][All Lists]
Advanced

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

OttavaBracket bug?


From: Matthew
Subject: OttavaBracket bug?
Date: Fri, 4 Apr 2008 23:22:35 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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
   }
}









reply via email to

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