lilypond-user
[Top][All Lists]
Advanced

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

Re: Order of contexts over staves


From: Keith OHara
Subject: Re: Order of contexts over staves
Date: Sun, 18 Jan 2015 22:00:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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" ...






reply via email to

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