On 24 April 2010 11:43, Carl Sorensen <c_soren...@byu.edu> wrote:

> Yes, it would.  But I have no idea how to do such a thing.  In fact, I don't
> even know how I'd get started on it.

In theory, context-spec-music with 'Bottom and a unique id should work
for each hidden voice (since this is what << { } // { } >> does
internally), though I'm puzzled why the following snippet fails:

\new Voice {
  \override NoteHead #'color = #red
  c4 d e f
  \context Bottom = foo {
    c4 d e f
  }
}

It's currently impossible to do \new Bottom since
Context::create_new_context () doesn't check whether the context-type
= 'Bottom, unlike Context::find_create_context ().

Cheers,
Neil


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

Reply via email to