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

2010-04-28 Thread Marc Hohl
Bernardo Barros schrieb: Hi Carl, marc and others, Did you manage to use \chordGlissando with dynamics? I didn't use dynamics yet. It creates a lot of dynamics, and if I try to create a hiden voice the score becomes a mess. I'm not putting dynamics in those chords until I know what to do. Hm,

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

2010-04-27 Thread Bernardo Barros
Hi Carl, marc and others, Did you manage to use \chordGlissando with dynamics? It creates a lot of dynamics, and if I try to create a hiden voice the score becomes a mess. I'm not putting dynamics in those chords until I know what to do. ___ lilypond-us

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

2010-04-25 Thread Marc Hohl
Carl Sorensen schrieb: [...] Looks great. I think both of these overrides are redundant, since they're already part of `add-glissando-line': \once \override Glissando #'thickness = #2 << \override NoteColumn #'ignore-collision = ##t I think you're right. Originally,

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

2010-04-24 Thread Carl Sorensen
On 4/24/10 3:12 PM, "Neil Puttock" wrote: > On 24 April 2010 21:54, Carl Sorensen wrote: > >> Actually, map was my friend. > > Ah, my attempts failed because I forgot to wrap the music in > `make-simultaneous-music'. :) Whoa -- I wouldn't have expected that from you -- I'd have expected it

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

2010-04-24 Thread Neil Puttock
On 24 April 2010 21:54, Carl Sorensen wrote: > Actually, map was my friend. Ah, my attempts failed because I forgot to wrap the music in `make-simultaneous-music'. :) > I've attached a revised version of chord-glissando.ly and a test file > chord-gliss-tab.ly. > > After you've had a chance to t

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

2010-04-24 Thread Carl Sorensen
On 4/24/10 9:38 AM, "Neil Puttock" wrote: > On 24 April 2010 16:08, Carl Sorensen wrote: > >> Thanks, Neil! >> >> This not only looks like it solves the problem, it also taught me a bit >> about using context-spec-music.  I was thinking that we'd need to use >> make-apply-context.  Yet anot

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

2010-04-24 Thread Carl Sorensen
On 4/24/10 9:38 AM, "Neil Puttock" wrote: > On 24 April 2010 16:08, Carl Sorensen wrote: > >> Thanks, Neil! >> >> This not only looks like it solves the problem, it also taught me a bit >> about using context-spec-music.  I was thinking that we'd need to use >> make-apply-context.  Yet anot

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

2010-04-24 Thread Neil Puttock
On 24 April 2010 16:08, Carl Sorensen wrote: > Thanks, Neil! > > This not only looks like it solves the problem, it also taught me a bit > about using context-spec-music.  I was thinking that we'd need to use > make-apply-context.  Yet another snippet idea for the Extending manual. I think you'd

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

2010-04-24 Thread Neil Puttock
On 24 April 2010 14:30, Neil Puttock wrote: > 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 (). Oops, I meant Context::create_unique_context (). I think I see what's happ

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

2010-04-24 Thread Neil Puttock
On 24 April 2010 11:43, Carl Sorensen 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 << { } // { } >> doe

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

2010-04-24 Thread Carl Sorensen
On 4/24/10 1:39 AM, "Marc Hohl" wrote: > Carl Sorensen schrieb: >> >> OK, I couldn't keep away from it while I was at my son's graduation >> exercise. >> > Hehe, sounds familiar :-) >> I've attached replacement code that now works for both a staff and tabstaff. >> One issue -- you need to

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

2010-04-24 Thread Marc Hohl
Carl Sorensen schrieb: On 4/23/10 1:48 AM, "Marc Hohl" wrote: Carl Sorensen schrieb: On 4/16/10 8:30 AM, "Bernardo Barros" wrote: [...] Check out the attached files for one possibility. Note that I've moved the chordGlissando function to its own .ly file so