lilypond-user
[Top][All Lists]
Advanced

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

Re: [tablatures] Re: Problems with chord glissandos with articulations


From: Neil Puttock
Subject: Re: [tablatures] Re: Problems with chord glissandos with articulations and tablature
Date: Sat, 24 Apr 2010 14:30:21 +0100

On 24 April 2010 11:43, Carl Sorensen <address@hidden> 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




reply via email to

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