lilypond-user
[Top][All Lists]
Advanced

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

Re: moving the ottoava bracket, but not at the very beginning


From: David Nalesnik
Subject: Re: moving the ottoava bracket, but not at the very beginning
Date: Mon, 5 Jan 2015 11:14:24 -0600

Hi Stefan,

On Mon, Jan 5, 2015 at 10:48 AM, Stefan Thomas <address@hidden> wrote:
Dear community,
I would like to move the ottava-bracket a bit upwards.
 Not at the beginning but at the 2nd bar.
Is there a way to do this?
\version "2.18.2"

Try \alterBroken:

Music = \relative d''' {
  \alterBroken padding #'(1 3) Staff.OttavaBracket
  \ottava #1
  d8 e f e d4 c \break
  d'8( e b' e, d2)
}
\new Staff \Music

--David

reply via email to

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