Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-07-07 Thread Jay Lee
Jay Lee mac.com> writes: > #'( > (place-fret 4 1 5) > (place-fret 3 4 ,flatThree) > (place-fret 2 4 5) > (place-fret 1 4 "R") >

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-07-07 Thread Carl Sorensen
On 7/7/11 10:21 PM, "Jay Lee" wrote: > Neil Puttock gmail.com> writes: > > >> The easiest method is to define the markup first, then insert it into >> the verbose list: >> >> flatSeven = \markup { \concat { \flat 7 } } >> >> \markup { >> \override #'(fret-diagram-details . ((finger-code

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-07-07 Thread Jay Lee
Neil Puttock gmail.com> writes: > The easiest method is to define the markup first, then insert it into > the verbose list: > > flatSeven = \markup { \concat { \flat 7 } } > > \markup { > \override #'(fret-diagram-details . ((finger-code . in-dot))) > \fret-diagram-verbose #`((place-fret 4

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-07-07 Thread Neil Puttock
On 7 July 2011 04:36, Jay Lee wrote: > Anybody? Or is it really not possible? The easiest method is to define the markup first, then insert it into the verbose list: flatSeven = \markup { \concat { \flat 7 } } \markup { \override #'(fret-diagram-details . ((finger-code . in-dot))) \fret-di

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-07-06 Thread Jay Lee
Jay Lee mac.com> writes: > > Carl Sorensen byu.edu> writes: > > > > And if you want to used a lilypond flat symbol, you can do that as > well. > > You'll need to make the fingering a lilypond markup. > Anybody? Or is it really not possible? __

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-06-30 Thread Jay Lee
Carl Sorensen byu.edu> writes: > And if you want to used a lilypond flat symbol, you can do that as well. > You'll need to make the fingering a lilypond markup. I haven't been able to work out the syntax for using the lilypond \flat symbol in the finger-dot (see elsewhere on this thread wher

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-06-30 Thread Jay Lee
Carl Sorensen byu.edu> writes: > > > On 6/29/11 10:13 PM, "Jason Lee" mac.com> wrote: > > > Thank you so much! > > > > Another question, what about open strings? Can they be marked up > > individually too with "R", "b3", "b7", etc? > What did you have in mind? > > Carl > Ideally, I would