lilypond-user
[Top][All Lists]
Advanced

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

Re: Ottava bracket offset


From: tisimst
Subject: Re: Ottava bracket offset
Date: Mon, 18 May 2015 23:23:43 -0700 (MST)

Oh, and get rid of the

\override Beam.outside-staff-priority = #1000

unless you mean for there to be a space between the stems and beam. This is unnecessary with the OttavaBracket override working properly.

- Abraham

On Mon, May 18, 2015 at 8:02 PM, Andrew Bernard [via Lilypond] <[hidden email]> 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]
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 [hidden email]
To unsubscribe from Lilypond, click here.
NAML



View this message in context: Re: Ottava bracket offset
Sent from the User mailing list archive at Nabble.com.

reply via email to

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