Re: Complex chords with splayed stems - Script-positioning

2012-07-28 Thread David Nalesnik
Hi Nick, > > When I build your example on 2.15.41, all the stems are missing. Happens > both with your original code and David's suggested amendment. > Yes, this happened for me too on 2.15.41. It works on 2.15.39, 2.15.40, and 2.15.42, though. -David __

Re: Complex chords with splayed stems - Script-positioning

2012-07-28 Thread Nick Payne
On 29/07/12 07:14, Thomas Morley wrote: Hi, after an idea by Mike Solomon -> http://lists.gnu.org/archive/html/lilypond-user/2011-12/msg00421.html I've worked on complex chords with splayed stems. Seems to work so far. When I build your example on 2.15.41, all the stems are missing. Happens b

Re: Complex chords with splayed stems - Script-positioning

2012-07-28 Thread David Nalesnik
Hi Harm, > overriding 'before-line-breaking returns the NoteColumn as X-parent of Script: Aha--so it does. > The approach via 'after-line-breaking works! > > > Many thanks, > Harm Glad I could help! -David ___ lilypond-user mailing list lilypond-u

Re: Complex chords with splayed stems - Script-positioning

2012-07-28 Thread Thomas Morley
2012/7/29 David Nalesnik : > Hi Harm, > > This is cool! > > The problem is in the definition of splayedStemChord: NoteHead is the > X-parent of Script, so you're missing a step en route to NoteColumn. > Also, it turns out you need to override 'after-line-breaking rather > than 'before-line-breaking

Re: Complex chords with splayed stems - Script-positioning

2012-07-28 Thread David Nalesnik
Hi Harm, This is cool! The problem is in the definition of splayedStemChord: NoteHead is the X-parent of Script, so you're missing a step en route to NoteColumn. Also, it turns out you need to override 'after-line-breaking rather than 'before-line-breaking. > splayedStemChord = > #(define-music-

Complex chords with splayed stems - Script-positioning

2012-07-28 Thread Thomas Morley
Hi, after an idea by Mike Solomon -> http://lists.gnu.org/archive/html/lilypond-user/2011-12/msg00421.html I've worked on complex chords with splayed stems. Seems to work so far. But if I add an articulation it moves to an unexpected NoteHead. TextScript doesn't move! I tried to set an explicit