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.

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 se

Re: Complex chords

2009-05-21 Thread Carl D. Sorensen
On 5/21/09 2:54 PM, "Stjepan Brbot" wrote: > > > But this should be the whole snippet code form snippets guide, look at: > Yes, but in your file there are apparently 16 lines that come before the lines you showed in your email. The line that caused the error is line 2 in your email, and l

Re: Complex chords

2009-05-21 Thread Stjepan Brbot
But this should be the whole snippet code form snippets guide, look at: http://kainhofer.com/~lilypond/Documentation/user/lilypond/Displaying-chords.html#Displaying-chords "Chord name exceptions" subchapter -- View this message in context: http://www.nabble.com/Comp

Re: Complex chords

2009-05-21 Thread Carl D. Sorensen
On 5/21/09 12:41 AM, "Stjepan Brbot" wrote: > > > > Tim McNamara wrote: >> >> You need to define exceptions to the way that LilyPond writes >> chords. One way is to use one of the alternative chord rendering >> methods that you can find in the snippet repository. You can put >> this into

Re: Complex chords

2009-05-20 Thread Stjepan Brbot
de { g1:maj9 g1:6.9 \set chordNameExceptions = #chExceptions g1:maj9 g1:6.9 } \layout { ragged-right = ##t } << \context ChordNames \theMusic \context Voice \theMusic >> http://www.nabble.com/file/p23648630/OOoLilyPondChordErrors.png OOoLilyPondChordErrors.png -- Vi

Re: Complex chords

2009-05-15 Thread Tim McNamara
On May 15, 2009, at 6:45 AM, Stjepan Brbot wrote: How to achieve these complex chords: C+5 (instead of C+) Cdim (instead of Co) Cmaj8 (instead of triangle) and chord transition from G7/4-3 as show on image attached http://www.nabble.com/file/p23558140/slika.jpeg You need to define

Complex chords

2009-05-15 Thread Stjepan Brbot
How to achieve these complex chords: C+5 (instead of C+) Cdim (instead of Co) Cmaj8 (instead of triangle) and chord transition from G7/4-3 as show on image attached http://www.nabble.com/file/p23558140/slika.jpeg -- View this message in context: http://www.nabble.com/Complex-chords

displaying complex chords

2007-05-19 Thread Kieren MacMillan
Hey, all you major-minor fanatics! =) Here's one way to solve the problem posted earlier by Matthew... I haven't spent enough time to get it pixel-perfect (in particular, the right choice of #'rotation value would obviate the need for a Stem #'extra-offset). Regardless, this should be hint

Fwd: displaying complex chords

2007-05-19 Thread Damian leGassick
Begin forwarded message: From: Damian leGassick <[EMAIL PROTECTED]> Date: 19 May 2007 16:48:25 BDT To: Kieren MacMillan <[EMAIL PROTECTED]> Subject: Re: displaying complex chords agreed it's rare, but it's not impossible that someone might want to typeset some bart

Re: displaying complex chords

2007-05-19 Thread Kieren MacMillan
Hi, Matthew: Any ideas on how to do this so it looks right? Don't know if there's a built-in method... Worst case scenario, manipulate PostScript code directly -- look in the manual and on the LSR for examples. If this kind of construct is something you need a lot, consider coding it you