Dear David,
thanks for You answer!
This command does, what I want to do!
2015-01-05 18:14 GMT+01:00 David Nalesnik :
> Hi Stefan,
>
> On Mon, Jan 5, 2015 at 10:48 AM, Stefan Thomas <
> kontrapunktste...@gmail.com> wrote:
>
>> Dear community,
>> I would like to move the ottava-bracket a bit upward
Hi Stefan,
On Mon, Jan 5, 2015 at 10:48 AM, Stefan Thomas
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 p
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"
Music = \relative d''' {
\ottava #1
d8 e f e d4 c \break
d'8( e b' e, d2)
}
\new Staff \Music