bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 614 in lilypond: OttavaBracket left edge height not working


From: Neil Puttock
Subject: Re: Issue 614 in lilypond: OttavaBracket left edge height not working
Date: Mon, 12 May 2008 20:42:07 +0100

2008/5/12 Matthew <address@hidden>:

>  oops... Pressed the wrong button. I meant to add:
>
>  I'm pretty sure that this reproduces the previous behaviour for RIGHT edges, 
> and
>  adds the same capabilities for LEFT. Redundant computation is carried out for
>  LEFT if it's == 0, but I figured that it shouldn't be too onerous...

Seems all right to me, but it's a bit of a palaver to change the
default settings; OttavaBracket isn't ideally suited to this
situation.

Attached is the output of the following snippet:

\version "2.11.46"
\layout { ragged-right = ##t }
\relative c' {
  \override Staff.OttavaBracket #'edge-height = #'(1.2 . 1.2)
  \override Staff.OttavaBracket #'style = #'line
  \override Staff.OttavaBracket #'staff-padding = #2
  #(set-octavation 1)
  \set Staff.ottavation = ""
  \unset Staff.middleCPosition
  c1
  #(set-octavation 0)

  #(set-octavation 1)
  \set Staff.ottavation = ""
  \unset Staff.middleCPosition
  c \break
  c
  #(set-octavation 0)
}

Regards,
Neil

Attachment: test.pdf
Description: Adobe PDF document


reply via email to

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