Re: Custom colors in fret diagrams

2024-05-16 Thread Nikita Borisenko
Hi there, Would it be accurate to assume that custom hex/rgb colors in fret diagrams are not supported as of now? Sincerely, Nikita On Thu, May 16, 2024 at 2:29 AM Nikita Borisenko wrote: > Hi Jean, > > Thanks for the quick response. > > Putting quotes around it doesn

Re: Custom colors in fret diagrams

2024-05-15 Thread Nikita Borisenko
Hi Jean, Thanks for the quick response. Putting quotes around it doesn't really help. The expression gets ignored and the dot comes with the default black color in this case. Sincerely, Nikita On Thu, May 16, 2024 at 2:18 AM Jean Abou Samra wrote: > > Quick question on coloring d

Re: Custom colors in fret diagrams

2024-05-15 Thread Jean Abou Samra
> Quick question on coloring dots in fret-diagrams. There is an option to use > predefined colors from normal, CSS or X11 palettes which works perfectly well > in the fret-diagram-verbose with the snippet below: > > >  (place-fret 3 6 3 dodgerblue2) > > For some reason

Custom colors in fret diagrams

2024-05-15 Thread Nikita Borisenko
Hi Everyone, Hope you are doing well. Quick question on coloring dots in fret-diagrams. There is an option to use predefined colors from normal, CSS or X11 palettes which works perfectly well in the fret-diagram-verbose with the snippet below: > (place-fret 3 6 3 dodgerblue2) For some reaso

RE: Re: "Closed" fret diagrams

2023-04-19 Thread juergen . gruen
> There is something I do not like about the fret diagrams in > Lilypond: > > The diagrams are "open" on the side pointing towards the bridge of > the instrument, with the strings "sticking out" on that side. How > could I achieve closed rectangles in Li

Re: "Closed" fret diagrams

2023-04-19 Thread Valentin Petzel
. Cheers, Valentin Am Mittwoch, 19. April 2023, 20:15:38 CEST schrieb Werner LEMBERG: > > There is something I do not like about the fret diagrams in > > Lilypond: > > > > The diagrams are "open" on the side pointing towards the bridge of > > the instrument, with

Re: "Closed" fret diagrams

2023-04-19 Thread Werner LEMBERG
> There is something I do not like about the fret diagrams in > Lilypond: > > The diagrams are "open" on the side pointing towards the bridge of > the instrument, with the strings "sticking out" on that side. How > could I achieve closed rectangles in Li

"Closed" fret diagrams

2023-04-19 Thread Bophead 2000
There is something I do not like about the fret diagrams in Lilypond: The diagrams are "open" on the side pointing towards the bridge of the instrument, with the strings "sticking out" on that side. How could I achieve closed rectangles in Lilypond like e.g. the "Mu

fitting fret diagrams on a staff

2021-10-18 Thread Gary Brookman
For future reference. I have no idea if this is the most Lilypondic way of accomplishing what I want, but it works. #(set-global-staff-size 14) \layout { indent = 0 } and using \noBreak if necessary

fitting fret diagrams on a staff

2021-10-13 Thread Gary Brookman
I'm trying to create a rhythm chart for guitarists that have specific voicings shown in fret diagrams. It's mostly correct, except I have two measures on the first line and three on the remaining. What I want is four measures per line. I'll fess up to being a beginner with Lil

RE: Fret Diagrams

2016-02-01 Thread Peter Gentry
[mailto:thomasmorle...@gmail.com] >Sent: Sunday, January 31, 2016 7:14 PM >To: Peter Gentry >Cc: lilypond-user >Subject: Re: Fret Diagrams > >Hi Peter, > >2016-01-31 19:29 GMT+01:00 Peter Gentry : >> This may be trivial but searches of themanuals etc have not >born

Re: Fret Diagrams

2016-01-31 Thread Thomas Morley
ol markup to be displayed. So: It has nothing to do with Fret Diagrams, but ChordNames. Everywhere you wrote rests the noChordSymbol appears for each rest. > > If r1 is replaced by R1 then no "N.C." markup. R1 is a MultiMeasureRest not a Rest, so noChordSymbol is not printed. Some for

Re: Fret Diagrams

2016-01-31 Thread Noeck
Hi Peter, the N.C. symbol ("no chord") appears for rests r but not for full measure rests R and obviously not for invisible (spacer) rests s. And it appears for every single rest, so in case of r2 r4 g you get N.C. N.C. G for a single measure. You have several choices to avoid this: a) W

Fret Diagrams

2016-01-31 Thread Peter Gentry
This may be trivial but searches of themanuals etc have not born fruit. How do you prevent the markup N.C. appearing where there is a note rest. In fact N.C. does not always appear sometimes once in a bar sometimes twice for no immediately apparent reason. If r1 is replaced by R1 then no "N.C."

Re: fret diagrams with marked root and roman numbers

2015-12-26 Thread BB
Many Thanks! Works well, even with "R" instead of "I". Perfect! On 26.12.2015 12:57, pls wrote: BB writes: \markup \override #'(fret-diagram-details . ( (number-type . arabic) (finger-code . in-dot))) { \fret-diagram #"s:3;f:1;6-3-2;5-2-1;5-5-4;4-4-3;" % percent sign is for comments % s:3 tel

Re: fret diagrams with marked root and roman numbers

2015-12-26 Thread pls
BB writes: > \markup > \override #'(fret-diagram-details . ( > (number-type . arabic) > (finger-code . in-dot))) { > \fret-diagram #"s:3;f:1;6-3-2;5-2-1;5-5-4;4-4-3;" > % percent sign is for comments > % s:3 tells lilypond to make diagram 3x normal size > % f:1 is to show finger #'s in circle on

fret diagrams with marked root and roman numbers

2015-12-26 Thread BB
\markup \override #'(fret-diagram-details . ( (number-type . arabic) (finger-code . in-dot))) { \fret-diagram #"s:3;f:1;6-3-2;5-2-1;5-5-4;4-4-3;" % percent sign is for comments % s:3 tells lilypond to make diagram 3x normal size % f:1 is to show f

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread Thomas Morley
2015-11-08 16:15 GMT+01:00 BB : > I just tried your code but get a different PDF result? See attachement. > I get a warning in German: > > Warnung: staff-affinities sollten nur abnehmen > > Might mean something like > staff-affinities should always decrease > Did you use my test-file or other cod

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread Thomas Morley
2015-11-08 14:52 GMT+01:00 pls : > Thomas Morley writes: > >> 2015-11-08 12:23 GMT+01:00 pls : > >>> Hi Harm, >>> >>> I finally managed to test your code and I really, really like it! I >>> especially like the option to >>> turn the annotations on and off. >> >> Glad you like it. >> >> Ofcourse i

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread BB
I just tried your code but get a different PDF result? See attachement. I get a warning in German: Warnung: staff-affinities sollten nur abnehmen Might mean something like staff-affinities should always decrease On 08.11.2015 12:23, pls wrote: Thomas Morley writes: Hi Patrick, I did some e

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread pls
Thomas Morley writes: > 2015-11-08 12:23 GMT+01:00 pls : >> Hi Harm, >> >> I finally managed to test your code and I really, really like it! I >> especially like the option to >> turn the annotations on and off. > > Glad you like it. > > Ofcourse it's not in the source atm. > And there's the (l

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread Thomas Morley
2015-11-08 12:23 GMT+01:00 pls : > Thomas Morley writes: > >> Hi Patrick, >> >> I did some experiments, result attached. >> >> Please test. There is a README in it. >> >> Please be aware it's experimental code, not ready yet to put up a >> patch, although it compiles as far as I tested... >> (some

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-08 Thread pls
Thomas Morley writes: > Hi Patrick, > > I did some experiments, result attached. > > Please test. There is a README in it. > > Please be aware it's experimental code, not ready yet to put up a > patch, although it compiles as far as I tested... > (some debugging code is still present, most of it

Re: [feature request:] fret diagrams with fingering indications and additional text

2015-11-05 Thread pls
Thomas Morley writes: > 2015-11-01 19:55 GMT+01:00 pls : >> Hey all, >> >> currently it's possible to add fingering indications (any character) inside >> of dots or "below" the strings. (In my attachment in landscape orientation >> it's rather to the right of the strings). Now I would like to b

Re: how to override dot-placement-list (fret diagrams)

2015-10-30 Thread pls
Thomas Morley writes: > 2015-10-29 23:53 GMT+01:00 pls : > >> >> My use case: I have created a huge library of predefined fret >> diagrams (https://github.com/Philomelos/lilypond-predefined-fretboards) >> and I would love to be able to e.g. display those diagrams w

Re: how to override dot-placement-list (fret diagrams)

2015-10-29 Thread Thomas Morley
2015-10-29 23:53 GMT+01:00 pls : > > My use case: I have created a huge library of predefined fret > diagrams (https://github.com/Philomelos/lilypond-predefined-fretboards) > and I would love to be able to e.g. display those diagrams with chord steps, > note names or even >

Re: how to override dot-placement-list (fret diagrams)

2015-10-29 Thread pls
Thomas Morley writes: > 2015-10-29 19:24 GMT+01:00 pls : >> Hey all, >> >> I would like to override some fingering information of predefined fret >> diagrams. The relevant information should be in the >> /dot-placement-list/ of the fret-diagram-interface (see

Re: how to override dot-placement-list (fret diagrams)

2015-10-29 Thread Thomas Morley
2015-10-29 19:24 GMT+01:00 pls : > Hey all, > > I would like to override some fingering information of predefined fret > diagrams. The relevant information should be in the > /dot-placement-list/ of the fret-diagram-interface (see > http://lilypond.org/doc/v2.19/Documentation/

how to override dot-placement-list (fret diagrams)

2015-10-29 Thread pls
Hey all, I would like to override some fingering information of predefined fret diagrams. The relevant information should be in the /dot-placement-list/ of the fret-diagram-interface (see http://lilypond.org/doc/v2.19/Documentation/internals-big-page#fret_002ddiagram_002dinterface). But I

Re: Fret Diagrams in Open Office Writer

2015-07-25 Thread Klaus Blum
find the template folder, click the "Config" button in the OOoLilyPond window and see "Template Path:" Cheers, Klaus Fret-Diagram.ly <http://lilypond.1069038.n5.nabble.com/file/n179073/Fret-Diagram.ly> -- View this message in context: http://lilyp

Re: Fret Diagrams in Open Office Writer

2015-07-25 Thread Michael Hendry
> On 25 Jul 2015, at 15:45, Socrates Leptos wrote: > > Dear lilypond users, > > I am new to lilypond so I half expect my question to be so ridiculous... I > hope that you believe me when I say I made every effort within my still > confused mind to solve this issue to no avail. Here goes... >

Fret Diagrams in Open Office Writer

2015-07-25 Thread Socrates Leptos
Dear lilypond users, I am new to lilypond so I half expect my question to be so ridiculous... I hope that you believe me when I say I made every effort within my still confused mind to solve this issue to no avail. Here goes... In Frescobaldi, I input: \version "2.18.2" \markup \fret-diagram

Re: how to add barre indications to automatic fret diagrams?

2015-05-27 Thread pls
On 26.05.2015, at 23:58, Carl Sorensen wrote: > > Let's try again. I have checked this version; it has the warning code. Yes, it does. Looks very good to me! Thanks a lot, patrick ___ lilypond-user mailing list lilypond-user@gnu.org https://lis

Re: how to add barre indications to automatic fret diagrams?

2015-05-26 Thread Carl Sorensen
On 5/26/15 2:44 AM, "pls" wrote: > >I¹m sorry to ask but I checked the translation-function files several >times: Did you inadvertently send me an unchanged file? diff did not show >any difference between this file and the last file. If diff didn't how the difference, then there must not have

Re: how to add barre indications to automatic fret diagrams?

2015-05-26 Thread pls
On 26.05.2015, at 04:34, Carl Sorensen wrote: > On 5/25/15 5:25 AM, "pls" wrote: >> >> Works great! Thanks a million! > > Thanks for your feedback. > >> >> Should/Could LilyPond issue a warning message in the case of open strings >> whenever "wrong" fingers (not 0) are ignored? Or is it b

Re: how to add barre indications to automatic fret diagrams?

2015-05-25 Thread Carl Sorensen
On 5/25/15 5:25 AM, "pls" wrote: > >Works great! Thanks a million! Thanks for your feedback. > >Should/Could LilyPond issue a warning message in the case of open strings >whenever "wrong" fingers (not 0) are ignored? Or is it better to >silently set the fingers to 0? >Example: (Perhaps the us

Re: how to add barre indications to automatic fret diagrams?

2015-05-25 Thread pls
On 25.05.2015, at 01:16, Carl Sorensen wrote: > On 5/23/15 11:59 PM, "pls" wrote: >> >> \transpose f g { 1 } > > Here's a revised version of translation-functions.scm. It will generate > barres only if fingers are indicated, and multiple strings use the same > finger. It does work properly

Re: how to add barre indications to automatic fret diagrams?

2015-05-24 Thread Carl Sorensen
On 5/23/15 11:59 PM, "pls" wrote: > > >> >> Maybe I should back the code back to where a barre will be indicated >>only >> if the fingers are specified in the chord, and no barre will be >>generated >> when an open chord is transposed. That would be a straightforward fix. >> It would never gene

Re: how to add barre indications to automatic fret diagrams?

2015-05-23 Thread pls
On 23.05.2015, at 22:06, Carl Sorensen wrote: > > > On 5/23/15 6:34 AM, "pls" wrote: > >> >> Here is another test case for your patch: >> >> \version "2.19.20" >> >> << >> \new FretBoards { >> 1 >> 1 >> \transpose g a { 1 } >> } >> >> These chords can be played with one finge

Re: how to add barre indications to automatic fret diagrams?

2015-05-23 Thread Carl Sorensen
On 5/23/15 6:34 AM, "pls" wrote: > >Here is another test case for your patch: > >\version "2.19.20" > ><< > \new FretBoards { >1 >1 >\transpose g a { 1 } > } >>> > >These chords can be played with one finger! ;) So what do you recommend be done? I can make it so no fingerings ar

Re: how to add barre indications to automatic fret diagrams?

2015-05-23 Thread pls
On 23.05.2015, at 06:22, Carl Sorensen wrote: >> >> + some chords lead to unwanted barre indicators, e.g.: >> + or >> + (wrong fingers!) > > I will look into those. Thanks. Here is another test case for your patch: \version "2.19.20" << \new FretBoards { 1 1 \transpose g a

Re: how to add barre indications to automatic fret diagrams?

2015-05-23 Thread pls
tion as soon as your patch gets accepted (if you >> want me to). (So far I have found only 2 automatically-generated diagrams >> without fingering. ;) ) > > I don't think we want to have all of the diagrams with fingering. We want > to show the capability of making the diagram

Re: how to add barre indications to automatic fret diagrams?

2015-05-22 Thread Carl Sorensen
de pop charts, but I'd be happy to add them. Suspended chords are also not commonly used in US consumer-grade pop charts. >+ inversions are missing (Slash chords) >+ as discussed: the lack of being able to shift the same chord shape up >and down the fretboard. When defining your own predefined

Re: how to add barre indications to automatic fret diagrams?

2015-05-22 Thread pls
would allow \transpose to do the right thing on both chords and > single notes, relative to fingerings. So \transpose is almost guaranteed > *not* to work effectively on automatically-generated fret diagrams. Understood! > > That is *why* there is a predefined fretboard capability defined

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread Carl Sorensen
sonable system I can imagine that would allow \transpose to do the right thing on both chords and single notes, relative to fingerings. So \transpose is almost guaranteed *not* to work effectively on automatically-generated fret diagrams. That is *why* there is a predefined fretboard capabilit

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread pls
On 21.05.2015, at 21:06, Carl Sorensen wrote: > > > On 5/21/15 8:39 AM, "pls" wrote: >> >>> >>> I thought about this issue quite a bit when I was creating predefined >>> fret >>> diagrams. There, we introduced the idea of a ch

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread Carl Sorensen
On 5/21/15 8:39 AM, "pls" wrote: > >> >> I thought about this issue quite a bit when I was creating predefined >>fret >> diagrams. There, we introduced the idea of a chord shape. There is a >> function that shifts a chord shape by N frets (offse

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread pls
ese five basic shapes. > > I thought about this issue quite a bit when I was creating predefined fret > diagrams. There, we introduced the idea of a chord shape. There is a > function that shifts a chord shape by N frets (offset-fret). At present, > it adds N to the fret number for e

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread Carl Sorensen
6, 2, and 1) is a different shape from an F chord (with barred 6, 2, and 1) in my opinion. Yes, the pattern on strings 3, 4, and 5 is the same. But the hand pattern on the chord is different. I thought about this issue quite a bit when I was creating predefined fret diagrams. There, we intro

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread pls
On 21.05.2015, at 02:44, Thomas Morley wrote: > 2015-05-20 13:16 GMT+02:00 pls : >> >> >> Begin forwarded message: >> >> From: pls >> Subject: Re: how to add barre indications to automatic fret diagrams? >> Date: 20. Mai 2015 13:12:30 MESZ >

Re: how to add barre indications to automatic fret diagrams?

2015-05-21 Thread pls
On 21.05.2015, at 03:49, Carl Sorensen wrote: > > > On 5/20/15 7:30 PM, "Carl Sorensen" wrote: > >> >> >> On 5/19/15 12:45 PM, "pls" wrote: >> >>> Hi all, >>> >>> LilyPond¹s automatic fret diagrams r

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread Carl Sorensen
On 5/20/15 7:30 PM, "Carl Sorensen" wrote: > > >On 5/19/15 12:45 PM, "pls" wrote: > >>Hi all, >> >>LilyPond¹s automatic fret diagrams really are a very helpful feature! >>More often than not it helps to not having to predefine and sto

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread Carl Sorensen
On 5/19/15 12:45 PM, "pls" wrote: >Hi all, > >LilyPond¹s automatic fret diagrams really are a very helpful feature! >More often than not it helps to not having to predefine and store a >diagram in a lookup table. But it has one little drawback: it doesn¹t >a

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread Thomas Morley
2015-05-20 13:16 GMT+02:00 pls : > > > Begin forwarded message: > > From: pls > Subject: Re: how to add barre indications to automatic fret diagrams? > Date: 20. Mai 2015 13:12:30 MESZ > To: Stephen MacNeil > > Hi Stephen, > On 20.05.2015, at 13:02, Stephen Mac

Fwd: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread pls
Begin forwarded message: > From: pls > Subject: Re: how to add barre indications to automatic fret diagrams? > Date: 20. Mai 2015 13:12:30 MESZ > To: Stephen MacNeil > > Hi Stephen, > On 20.05.2015, at 13:02, Stephen MacNeil wrote: > >> sorry forgot one >

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread Stephen MacNeil
sorry forgot one \version "2.18.2" barre = #(define-music-function (barre location str ) (number?) #{ \once \override FretBoard.before-line-breaking = #(lambda (grob) ;(display (ly:grob-property grob 'dot-placement-list)) (ly:grob-set-property! grob 'dot-placement-list (cons `(barre 6 1 ,s

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread Stephen MacNeil
ion! It certainly does get me started. I think this should > be added to the snippet repository. I could prepare a snippet illustrating > your code and some other overrides of details of automatically generated > fret diagrams. Something like that: > > \version "2.19.15&quo

Re: how to add barre indications to automatic fret diagrams?

2015-05-20 Thread pls
the snippet repository. I could prepare a snippet illustrating your code and some other overrides of details of automatically generated fret diagrams. Something like that: \version "2.19.15" barre = { \once \override FretBoard.before-line-breaking = #(lambda (grob) ;(display (ly

Re: how to add barre indications to automatic fret diagrams?

2015-05-19 Thread Thomas Morley
2015-05-19 21:59 GMT+02:00 pls : > > On 19.05.2015, at 21:47, Stephen MacNeil wrote: > > you can check here see if that's what you want. > > http://lsr.di.unimi.it/LSR/Search?q=fret-diagram > > > Thanks, but unfortunately these snippets are all about customizing &g

Re: how to add barre indications to automatic fret diagrams?

2015-05-19 Thread pls
On 19.05.2015, at 21:47, Stephen MacNeil wrote: > you can check here see if that's what you want. > > http://lsr.di.unimi.it/LSR/Search?q=fret-diagram Thanks, but unfortunately these snippets are all about customizing predefined fret diagrams and not about adding barre

how to add barre indications to automatic fret diagrams?

2015-05-19 Thread pls
Hi all, LilyPond’s automatic fret diagrams really are a very helpful feature! More often than not it helps to not having to predefine and store a diagram in a lookup table. But it has one little drawback: it doesn’t automatically include a barre indication when several strings are to be

Re: Spacing between lines of chord names and fret diagrams

2013-11-12 Thread Carl Sorensen
27;t have any modifications to the vertical spacing code. So it's not going to change the vertical spacing. >>On 11/12/13 8:46 AM, "Patrick Thomas" wrote: >> >>> How can I increase the vertical spacing between lines of chord names >>>and >>> f

Re: Spacing between lines of chord names and fret diagrams

2013-11-12 Thread Carl Sorensen
On 11/12/13 8:46 AM, "Patrick Thomas" wrote: >How can I increase the vertical spacing between lines of chord names and >fret diagrams? > Change the nonstaff-nonstaff-spacing. See http://lilypond.org/doc/v2.16/Documentation/notation/flexible-vertical-spac ing-within-s

Re: Spacing between lines of chord names and fret diagrams

2013-11-12 Thread Eluze
Patrick Thomas wrote > How can I increase the vertical spacing between lines of chord names and > fret diagrams? have a look here: http://www.lilypond.org/doc/v2.17/Documentation/notation/flexible-vertical-spacing-within-systems#spacing-of-non_002dstaff-lines and in its environment hth

Spacing between lines of chord names and fret diagrams

2013-11-12 Thread Patrick Thomas
How can I increase the vertical spacing between lines of chord names and fret diagrams? ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: fret diagrams with no staffs

2013-11-04 Thread Renato
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 4 Nov 2013 03:15:34 + Carl Sorensen wrote: > Have you read through the Learning Manual? If you're trying to work > your way through the Notation Reference without having read through > the Learning Manual, it will be *very* difficult. S

Re: fret diagrams with no staffs

2013-11-03 Thread Carl Sorensen
On 11/1/13 4:35 PM, "Renato" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On Fri, 1 Nov 2013 02:56:17 + >Carl Sorensen wrote: > >> >> >> On 10/31/13 8:47 AM, "Renato" wrote: >> >>For \markup fret diagram

Re: fret diagrams with no staffs

2013-11-01 Thread Renato
th "chord diagrams over a > >staff" scenario): > >1) use fret-diagram-details to set the various parameters it offers. > >It would be best to set this once and for all instead of for every > >single chord > > For \markup fret diagrams, you override the fret-diagra

Re: fret diagrams with no staffs

2013-10-31 Thread Carl Sorensen
;would be best to set this once and for all instead of for every single >chord For \markup fret diagrams, you override the fret-diagram-details property of a TextScript object (see http://lilypond.org/doc/v2.16/Documentation/snippets/fretted-strings Customizing markup fret diagrams): \overri

fret diagrams with no staffs

2013-10-31 Thread Renato
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I'd like to produce a sheet with guitar chord diagrams. For now I have this, which is a good start \version "2.16.2" \markup{first set of chords} \markup{ \fret-diagram #"s:3;f:1;6-x;5-3-1;4-2;3-o;2-1;1-1;" \fret-diagram #"s:3;f:2;6-x;5-3-1;

Re: Vertically aligning fret diagrams

2012-02-14 Thread Carl Sorensen
On 2/13/12 9:27 PM, "Nick Payne" wrote: >On 14/02/12 11:50, Carl Sorensen wrote: >> >> On 2/13/12 3:13 PM, "Nick Payne" wrote: >> >>> If I have a succession of fret diagrams above the chords on a stave, >>>how >>> do I al

Re: Vertically aligning fret diagrams

2012-02-13 Thread Nick Payne
On 14/02/12 11:50, Carl Sorensen wrote: On 2/13/12 3:13 PM, "Nick Payne" wrote: If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. In the example below, the chord names at the top of all three fret diagrams are aligned

Re: Vertically aligning fret diagrams

2012-02-13 Thread Carl Sorensen
On 2/13/12 3:13 PM, "Nick Payne" wrote: >If I have a succession of fret diagrams above the chords on a stave, how >do I align the fret diagrams vertically. In the example below, the chord >names at the top of all three fret diagrams are aligned vertically, but >the fre

Re: Vertically aligning fret diagrams

2012-02-13 Thread David Nalesnik
Hi Nick, On Mon, Feb 13, 2012 at 4:13 PM, Nick Payne wrote: > If I have a succession of fret diagrams above the chords on a stave, how > do I align the fret diagrams vertically. Why not: \override TextScript #'padding = #1.5 HTH, David _

Vertically aligning fret diagrams

2012-02-13 Thread Nick Payne
If I have a succession of fret diagrams above the chords on a stave, how do I align the fret diagrams vertically. In the example below, the chord names at the top of all three fret diagrams are aligned vertically, but the fret diagrams for A and C have more space below the chord name and sit

How to create empty fret diagrams

2011-08-15 Thread PianoguitarGuy
-table \chordmode{ c'' } #guitar-tuning #(chord-shape 'NoTriad guitar-tuning) << \new FretBoards { \override FretBoard #'fret-diagram-details #'open-string = #" " \override FretBoard #'fret-diagram-d

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

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

2011-06-30 Thread Carl Sorensen
On 6/29/11 10:13 PM, "Jason Lee" wrote: > Thank you so much! > > Another question, what about open strings? Can they be marked up > individually too with "R", "b3", "b7", etc? > Jay, Please keep these discussions on-list, so all can be kept informed. The only string labels we have are at

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

2011-06-30 Thread Jay Lee
mike apollinemike.com apollinemike.com> writes: > > Have you tried > > (markup #:flat) > > (place-fret 4 4 "b7") Yes. But it doesn't work. I've tried: (place-fret 4 4 {\flat}7) (place-fret 4 4 {\flat}"7") (place-fret 4 4 "{\flat}7") (place-fret 4 4 \markup{\flat}7) (place-fret

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

2011-06-30 Thread m...@apollinemike.com
Have you tried (markup #:flat) ? I'm not sure if it'll work, but it's worth a shot! Cheers, MS On Jun 30, 2011, at 3:52 PM, Jay Lee wrote: > I've tried various kinds of syntax, but can't seem to include the \flat > symbol. > > \addChordShape#'DominantSeventh > #ukulele

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

2011-06-30 Thread Jay Lee
I've tried various kinds of syntax, but can't seem to include the \flat symbol. \addChordShape #'DominantSeventh #ukulele-tuning #'( (place-fret 4 1 5) (place-fret 4 4 "b7") (place-fret 4 6 "R") (place

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

2011-06-30 Thread James Lowe
Carl James. On 30 Jun 2011, at 05:24, "Jay Lee" wrote: >> I guess we need to add something to the documentation indicating that the >> fingering in the verbose syntax can be a number, a string, or a lilypond >> markup. >> Let me know what/where as I have a tidy-up patch that I've been noodlin

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

2011-06-29 Thread Jay Lee
Carl Sorensen byu.edu> writes: > > > On 6/29/11 5:36 PM, "Jay Lee" mac.com> wrote: > > > LilyPonders, > > > I would like to be able to re-label the in-dot numbers to use 'b3' and 'b7' > > instead of '3' and '7' for the flat-third and flat-seventh intervals > > respectively, and to be able t

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

2011-06-29 Thread Carl Sorensen
On 6/29/11 5:36 PM, "Jay Lee" wrote: > LilyPonders, > I would like to be able to re-label the in-dot numbers to use 'b3' and 'b7' > instead of '3' and '7' for the flat-third and flat-seventh intervals > respectively, and to be able to use 'R' instead of '1' for the root. > > I don't think i

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

2011-06-29 Thread Jay Lee
Jay Lee mac.com> writes: > What I want to do is to change the in-dot finger-code to reflect not fingerings, > but scale intervals in scale and arpeggio diagrams of the entire fretboard or > part of a fretboard. Here is the complete example: \version "2.14.0" #(define-public ukulele-tuning '

fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-29 Thread Jay Lee
LilyPonders, I think I'm trying to push LilyPond's fretboard diagrams beyond it's limit in trying to use fretboards to display scale patterns and intervals rather than chords and fingerings. So this post is either a request to be able to do something LilyPond cannot do, or a request to add such fu

Re: Putting fret diagrams in a separate score

2011-03-13 Thread Marc Hohl
Am 12.03.2011 21:39, schrieb Carl Sorensen: On 3/12/11 1:19 AM, "Marc Hohl" wrote: Am 11.03.2011 18:52, schrieb Carl Sorensen: Why not just use a FretBoards context? Good question; it looked way too complicated for my purposes. I need some chords played on a mandolin, and there are no prede

Re: Putting fret diagrams in a separate score

2011-03-13 Thread Marc Hohl
Am 12.03.2011 21:39, schrieb Carl Sorensen: [...] [1] Searching the internet, there seems to be the general opinion that mandolins aren't supposed to play chords at all, but it sounds cool ;-) A quick search for "mandolin chords" on google showed lots of places with chord diagrams for mandolin.

Re: Putting fret diagrams in a separate score

2011-03-12 Thread Carl Sorensen
On 3/12/11 1:19 AM, "Marc Hohl" wrote: > Am 11.03.2011 18:52, schrieb Carl Sorensen: >> Why not just use a FretBoards context? >> > Good question; it looked way too complicated for my purposes. > I need some chords played on a mandolin, and there are no > predefined fretboard diagrams for mando

Re: Putting fret diagrams in a separate score

2011-03-12 Thread Marc Hohl
Am 11.03.2011 18:52, schrieb Carl Sorensen: On 3/11/11 2:34 AM, "Marc Hohl" wrote: Am 10.03.2011 19:52, schrieb Keith OHara: Marc Hohl hohlart.de> writes: I try to put fret diagrams at the beginning of a piece. My input file looks like this: << \new Ch

Re: Putting fret diagrams in a separate score

2011-03-11 Thread Carl Sorensen
On 3/11/11 2:34 AM, "Marc Hohl" wrote: > Am 10.03.2011 19:52, schrieb Keith OHara: >> Marc Hohl hohlart.de> writes: >>> I try to put fret diagrams at the beginning of a piece. >>> My input file looks like this: >>> >>>

Re: Putting fret diagrams in a separate score

2011-03-11 Thread Marc Hohl
Am 10.03.2011 19:52, schrieb Keith OHara: Marc Hohl hohlart.de> writes: I try to put fret diagrams at the beginning of a piece. My input file looks like this: << \new ChordNames \chordmode { g:m } \new Lyrics \lyricmode { \markup { \fret-diagram #&

Re: Putting fret diagrams in a separate score

2011-03-10 Thread Keith OHara
Marc Hohl hohlart.de> writes: > > I try to put fret diagrams at the beginning of a piece. > My input file looks like this: > > << > \new ChordNames \chordmode { >g:m > } > \new Lyrics \lyricmode { >\marku

Re: Putting fret diagrams in a separate score

2011-03-10 Thread Phil Holmes
- Original Message - From: "Marc Hohl" To: "Lilypond-User" Sent: Wednesday, March 09, 2011 9:26 AM Subject: Putting fret diagrams in a separate score Hello list, I try to put fret diagrams at the beginning of a piece. My input file looks like this: \versi

  1   2   >