Not sure if this helps you, too, but it seems your example might could
benefit from the following:

\override Staff.OttavaBracket.whiteout = ##t
\override Staff.OttavaBracket.layer = #10

Just guessing, though. So my revision of your snippet now looks like this:

\version "2.19.20"

treble = \relative c'' {
  \clef treble
  \time 4/4

  \override Beam.damping = #+inf.0
  \override Beam.positions = #'(6 . 6)
  \override Staff.OttavaBracket.extra-offset = #'(0 . -4)
  \override Staff.OttavaBracket.layer = #10
  \override Staff.OttavaBracket.whiteout = ##t
  \stemUp
  \ottava #1
  c8 d e f
}

\score {
  \new Staff { \treble }
  \layout { }
}

- Abraham

On Mon, May 18, 2015 at 8:02 PM, Andrew Bernard [via Lilypond] <
[email protected]> wrote:

> How can the ottava bracket in this snippet be moved downwards? I have been
> able to get it under the beam, but now the stems seem to be in the way.
> Using extra-offset and Y-offset appears to have no effect on the position.
> The result we are seeking is to have the ottawa bracket under the tall beam
> but much closed to the noteheads.
>
> Andrew
>
> \version "2.19.20"
>
> treble = \relative c'' {
>   \clef treble
>   \time 4/4
>
>   \override Beam.damping = #+inf.0
>   \override Beam.positions = #'(6 . 6)
>   \override Beam.outside-staff-priority = #1000
>   \override OttavaBracket.extra-offset = #'(0 . -2)
>   \stemUp
>   \ottava #1
>   c8 d e f
> }
>
> \score {
>   \new Staff { \treble }
>   \layout { }
> }
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=176764&i=0>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
> http://lilypond.1069038.n5.nabble.com/Ottava-bracket-offset-tp176764.html
>  To start a new topic under User, email [email protected]
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> NAML
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Ottava-bracket-offset-tp176764p176770.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to