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

2015-01-11 Thread Stefan Thomas
Dear David,
thanks for You answer!
This command does, what I want to do!

2015-01-05 18:14 GMT+01:00 David Nalesnik david.nales...@gmail.com:

 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 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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


moving the ottoava bracket, but not at the very beginning

2015-01-05 Thread Stefan Thomas
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
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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

2015-01-05 Thread 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 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
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user