Hi,

Inside a \with context or for the default context, this is short and
nice to write. But it gets more lengthy for general settings in the
layout block when different contexts are addressed. I always have to
look it up as for the former #' syntax.

Is there a shorter way for a general setting like this?
  \layout {
    \context {
      \Staff
      \consists "Ambitus_engraver"
    }
  }

Would it be difficult to implement something like this?

\layout {
  \consists Staff.Ambitus_engraver
}

or

\layout {
  \add Staff.Ambitus_engraver
}

Cheers,
Joram


-- 
http://www.lilypond.org/doc/v2.16/Documentation/learning/adding-and-removing-engravers

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

Reply via email to