Re: Custom guitar chords

2009-04-20 Thread Miklos Vajna
On Thu, Apr 16, 2009 at 10:21:42AM +0200, Marc Hohl wrote: > As a guitarist, I would call this chord B5/A, because it without the > third, it isn't really > a minor chord - but this depends on the context. > > Just a thought. It's not me who found out the chord name, anyway you are right, yes.

Re: Custom guitar chords

2009-04-15 Thread Miklos Vajna
On Wed, Apr 15, 2009 at 09:18:21PM +0200, Robin Bannister wrote: > Like this? (verbatim) > > replaceCN = #(define-music-function (parser location new) (markup?) > #{\once \override ChordNames.ChordName #'stencil = > #(lambda (grob) (grob-interpret-markup grob $new)) #}) > > BmsusA =

Custom guitar chords

2009-04-15 Thread Miklos Vajna
Hi, Here is a sample: \version "2.12.1" \score { << \chords { e1:sus4 g e:m b:m } \relative c' { e8. ^\markup \fret-diagram #"f:2;6-o;5-o;4-2-2;3-2-3;2-o;1-o;" e16( e8) e8 e16 d e8 r4 | e

Re: a:4 chord

2009-03-15 Thread Miklos Vajna
On Sun, Mar 15, 2009 at 10:04:59AM +1000, M Watts wrote: > Just use a chord name exception -- it looks like a lot of setting up, > but it's well worth it, and only needs to be done once. You can also > put this kind of thing in a separate file and \include it. Great! I already used exceptions

a:4 chord

2009-03-14 Thread Miklos Vajna
Hi, First, sorry if this was already discussed, I did not found anything regarding this in the documentation. So I have the following block in my .ly file: \chords { a:7 } and this is properly rendered to something similar to "A^7". Now I want the same with A^4, so I type: \chords {

Re: Markup from HTML

2009-01-21 Thread Miklos Vajna
On Wed, Jan 21, 2009 at 12:45:20PM +1000, M Watts wrote: > Bertalan Fodor (LilyPondTool) wrote: > > Hi, > > > > does anyone of you have a script or a way to convert from (simple) > > html to markup like this: > > > > This is a melisma. > > > > To get: > > > > \markup { "This is a " \concat { "me"

Re: Arpeggio next to a chord

2009-01-16 Thread Miklos Vajna
On Thu, Jan 15, 2009 at 03:50:20PM +1100, Brett Duncan wrote: > Add further definitions in chExceptionMusic like this: > > chExceptionMusic = { > 1-\markup {m \super \arpeggioGuitar } > 1-\markup { \super \arpeggioGuitar } > } > > You can add as many chord definitions as you need -

Re: Arpeggio next to a chord

2009-01-14 Thread Miklos Vajna
On Mon, Jan 12, 2009 at 12:11:52PM +1100, Brett Duncan wrote: > Rather than subverting your major 7th symbol, you could also set up a > chord exception that adds the arpeggio when you add the 15th to the > chord (which of course you would normally never do): Hi Brett, I like this, but how can

Re: Arpeggio next to a chord

2009-01-11 Thread Miklos Vajna
On Mon, Jan 12, 2009 at 12:30:11AM +0100, "James E. Bailey" wrote: > The problem with this workaround is that the arpeggio is simply a > markup attached to the note, rather than being a part of the chord > name, which is a markup. Perhaps really thorough reading of 2.7.2 > displaying chords

Re: Arpeggio next to a chord

2009-01-11 Thread Miklos Vajna
On Mon, Jan 12, 2009 at 12:13:59AM +0100, "James E. Bailey" wrote: > > Second, this does exactly what I want, but how do I use this next to a > > chord? > > \chords {\germanChords e2:m b:m e1:m^\arpeggioGuitar e2:m e:m b:m > > b:m e:m e:m} > > I'm glad to see you moved to using lilypond's chor

Re: Arpeggio next to a chord

2009-01-11 Thread Miklos Vajna
On Sun, Jan 11, 2009 at 06:08:40PM +0100, "James E. Bailey" wrote: > > Here is a picture about the original chord, just in case the > > description would be hard to parse: > > > > http://frugalware.org/~vmiklos/pics/photo/P1000146.JPG > > Ah, well then, yes, you'd want to center column scripts.a

arpeggio next to a chord

2009-01-11 Thread Miklos Vajna
Hi, I'm trying to use lilypond to digitalize some of my guitar chords, and I seem to hit a problem. So in guitar chords it's a common to have something like \arpeggioArrowDown next to a chord. Currently what I have is like: << { \clef "G_8" \key g

Re: Arpeggio next to a chord

2009-01-11 Thread Miklos Vajna
On Sun, Jan 11, 2009 at 05:53:20AM +0100, Miklos Vajna wrote: > and I would like to add something like a \arpeggioArrowDown next to e1:m. Here is a picture about the original chord, just in case the description would be hard to parse: http://frugalware.org/~vmiklos/pics/photo/P1000146.

Arpeggio next to a chord

2009-01-10 Thread Miklos Vajna
Hi, I'm trying to use lilypond to digitalize some of my guitar chords, and I seem to hit a problem. So in guitar chords it's a common to have something like \arpeggioArrowDown next to a chord. Currently what I have is: \version "2.10.0" \paper { ragged-right = ##t } \score { <<