lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.19.18 quoting \ottava in cue


From: David Nalesnik
Subject: Re: 2.19.18 quoting \ottava in cue
Date: Wed, 8 Apr 2015 13:15:12 -0500



On Wed, Apr 8, 2015 at 12:30 PM, Paul Scott <address@hidden> 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 <address@hidden> 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

reply via email to

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