On Wed, Apr 8, 2015 at 12:30 PM, Paul Scott <waterho...@ultrasw.com> wrote:

> On Wed, Apr 08, 2015 at 11:59:08AM -0500, David Nalesnik wrote:
> > Hi Paul,
> >
> > On Wed, Apr 8, 2015 at 11:50 AM, Paul Scott <waterho...@ultrasw.com>
> wrote:
> >
> > > Can anyone tell me how to look up what event is associated
> > > with \ottava so I can include it in quotedCueEventTypes?
> > >
> > >
> > >
> > Looks like you want ottava-music.  See:
> > http://lilypond.org/doc/v2.18/Documentation/internals/ottavamusic
> > under types.
>
> That doesn't seem to work for cues.  Nor does note-grouping-event.
>
>
Beats me :(

Running the following gives #f for the event causing the bracket.  (Try the
override applied to NoteHead.after-line-breaking for a comparison.)

\version "2.19.17"

{
  \override Staff.OttavaBracket.after-line-breaking =
  #(lambda (grob) (display (event-cause grob)))
  \ottava #1
  c
}


Sorry,
DN
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to