Phil Holmes writes:

> > I'm setting some music with temporary staves, and ensuring the the
> > temporary staff is above the main staff using
> >
> > \new Staff \with { alignAboveContext = #"label"}
> >
> > I'm also using a dynamics context, which is created with
> >
> > \new Dynamics  \with { alignAboveContext = "label" }
> >
> > The problem is that the dynamics appear above the ossia stave, rather 
than
> > the main one.  Is there any way to change the order they appear on, on 
the
> > page?

I see what you are thinking, and I see what LilyPond is thinking.

The Dynamics context starts before the ossia, but has only spacers in it
until the ossia Staff starts.

LilyPond put the Dynamics above the main Staff, then later put the
ossia Staff just above the main Staff, squeezing under the Dynamics.

You could 
  \new Staff \with {alignAboveContext = "dn" } ...
  \new Dynamics = "dn" ...




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

Reply via email to