lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving 8va brackets


From: Jan Nieuwenhuizen
Subject: Re: Moving 8va brackets
Date: Tue, 14 Sep 2004 08:45:02 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Patrick Hubers writes:

> I'm probably just being dense, but I can't seem to find how to
> vertically move an ottava-bracket.  I have a few places in my score
> where the bracket runs through the slurs of the notes it is attached
> to. I've tried the #'padding attribute of both OctavateEight and
> OttavaBracket, but to no avail.

It would have been handy if you had supplied a small example of what
it is you tried exactly.

The OttavaBracket lives at Staff level; you do not want more than one
bracket per staff.

You can find this out very easily, by entering: ottava in the search
box on lilypond.org.

Going to the first result, you read:

    OttavaBracket objects are created by: *Ottava_spanner_engraver*

and clicking on Ottava_spanner_engraver tells you:

    Ottava_spanner_engraver is part of contexts:
    GregorianTranscriptionStaff, Staff, TabStaff and VaticanaStaff

So, have you tried:

\paper { raggedright = ##t} 
\score {
  \notes \relative c'''  {
  a b c a
  #(set-octavation 1)
  a b c a
  #(set-octavation 0)
  a b c a
  \override Staff.OttavaBracket #'padding = #10
  #(set-octavation 1)
  a b c a
}
}

Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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