lilypond-devel
[Top][All Lists]
Advanced

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

Re: scaling problem


From: Han-Wen Nienhuys
Subject: Re: scaling problem
Date: Mon, 20 Aug 2007 01:10:45 -0300

2007/8/19, Han-Wen Nienhuys <address@hidden>:
> >   . What must I do to guarantee that the vertical brackets are always
> >     positioned left of the accidentals?
>
> huh? I thought they were supposed to be right of them. If you want
> brackets left of the note, you could try the arpeggio bracket; in that
> case, the easiest solution, would be to insert another property into
> the arpeggio bracket c++ code, so you can override the start and end Y
> position of the bracket.

in 2.11.30 you will be able to do
\relative
{

  \arpeggioBracket
  \override Arpeggio #'positions = #'(-5 . 5)
  <d f a>\arpeggio
}

and get a bracket with the desired size.
-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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