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

Re: Problems with chord glissandos with articulations and tablature

2010-04-23 Thread Carl Sorensen
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 it can be include

Re: Problems with chord glissandos with articulations and tablature

2010-04-23 Thread Carl Sorensen
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 it can be include

Re: Problems with chord glissandos with articulations and tablature

2010-04-23 Thread Marc Hohl
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 it can be included in any .ly file you desire to write, without having to copy it in a

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Carl Sorensen
On 4/16/10 8:30 AM, "Bernardo Barros" wrote: > Hi Carl and others, > > Very good job indeed! I'm trying now to notate the chord glissando I mentioned > in the first email. The problem is that it is actually a re attacked chord > glissando, so I would need to hide some noteheads and the glissa

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Carl Sorensen
On 4/16/10 7:27 AM, "Phil Holmes" wrote: > You can override this: > > http://lsr.dsi.unimi.it/LSR/Item?id=457 Thanks for the tip! Here's a revised version, with the warning message turned off during the chordGlissando and back on afterwards: % Start of cut and paste section \version

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Phil Holmes
You can override this: http://lsr.dsi.unimi.it/LSR/Item?id=457 -- Phil Holmes - Original Message - From: "Carl Sorensen" To: "Kieren MacMillan" Cc: ; "lilypond-user" Sent: Friday, April 16, 2010 2:07 PM Subject: Re: Problems with chord glissandos wi

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Carl Sorensen
On 4/16/10 6:23 AM, "Kieren MacMillan" wrote: > Carl, > > 1. This is awesome! Thanks! I had fun doing it, and learned more about Scheme programming in LilyPond. > 2. I get "clashing note columns" errors < is that a known side-effect, to be > ignored? Yes, it is. There are more than two v

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Kieren MacMillan
Carl, 1. This is awesome! 2. I get "clashing note columns" errors — is that a known side-effect, to be ignored? Thanks, Kieren. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Problems with chord glissandos with articulations and tablature

2010-04-16 Thread Carl Sorensen
On 4/15/10 9:09 PM, "Bernardo Barros" wrote: > Thanks a lot, Carl. > > Let me know if you make this work with any number of notes. > > I'm sure that would be a great feature to add to the next version of > Lilypond.  > > I'm new to Lilypond, but I'm finding a pretty good programme.  > I'm a

Re: Problems with chord glissandos with articulations and tablature

2010-04-15 Thread Bernardo Barros
Thanks, But You need to add as many hidden voices as the number of notes in the chord less 1. A piece full of chord glissandi will be unpractical. On 15 April 2010 14:08, Carl Sorensen wrote: > > > > On 4/15/10 7:48 AM, "Bernardo Barros" wrote: > > > Hi, > > > > I have a question. I'm try

Re: Problems with chord glissandos with articulations and tablature

2010-04-15 Thread Carl Sorensen
On 4/15/10 7:48 AM, "Bernardo Barros" wrote: > Hi, > > I have a question. I'm trying to notate the following situation (see PDF > file). Its a example from the guitar part. > > I'm having a lot of problems here, and it's going to happen again and again, > so it's better to find a more practi

Re: Problems with chord glissandos with articulations and tablature

2010-04-15 Thread Bernardo Barros
A suggestion for developers is that one could do something like \glissando Or even crossing the lines: \glissando On 15 April 2010 11:01, Bernardo Barros wrote: > Other illustrations to help to show the problem. > > > On 15 April 2010 10:48, Bernardo Barros wrote: > >> Hi, >> >> I have a