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: Stefan Thomas
Subject: Re: moving the ottoava bracket, but not at the very beginning
Date: Sun, 11 Jan 2015 20:57:10 +0100

Dear David,
thanks for You answer!
This command does, what I want to do!

2015-01-05 18:14 GMT+01:00 David Nalesnik <address@hidden>:
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]