[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
Hi Peter,
2016-01-31 19:29 GMT+01:00 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 immedi
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
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
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
Hi Socrates,
in the OOoLilyPond Window, select the template named "Fret Board" as
mentioned by Michael.
Now you can simply enter
d
and you get a standard D major chord.
If you want to want to use your own diagrams, you should use the "Direct to
LilyPond" template and enter:
% -
> 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...
>
-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
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 diagrams, you override the fret-diagram-details
>> property of a TextScript obj
-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:
>
> >However I have not been able to (due to my superficial knowledge of
> >lilypond and snippets dealing with "chord diagrams over a
> >staff" scen
On 10/31/13 8:47 AM, "Renato" wrote:
>However I have not been able to (due to my superficial knowledge of
>lilypond and snippets dealing with "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 fo
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")
>
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
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
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
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?
__
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
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
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
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
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
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
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
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
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
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 '
Problem solved. With 2.13.3 I don't get any error messages. Thanks again for
your help!
Patrick
Original-Nachricht
> Datum: Wed, 15 Jul 2009 21:45:12 +0200
> Von: "Patrick Schmidt"
> An: lilypond-user@gnu.org
> Betreff: Re: fret diagrams
> Hi Ma
e I should update to 2.13.3?!
Cheers,
Patrick
Original-Nachricht
> Datum: Wed, 15 Jul 2009 21:25:21 +0200
> Von: Marc Hohl
> An: Patrick Schmidt
> Betreff: Re: fret diagrams
> Patrick Schmidt schrieb:
> > Hi all,
> >
> > I'm desperately
Carl Sorensen schrieb:
Thomas Scharkowski t-online.de> writes:
Hello,
can the lines of a fret diagram get diffent widths?
For example 6th string thick, 5th string thinner, 1st thinnest?
Thank you
Thomas
Currently, no.
It would be a relatively simple fix to add this functionality
Thomas Scharkowski t-online.de> writes:
>
> Hello,
>
> can the lines of a fret diagram get diffent widths?
> For example 6th string thick, 5th string thinner, 1st thinnest?
>
> Thank you
> Thomas
>
Currently, no.
It would be a relatively simple fix to add this functionality, but it would
r
30 matches
Mail list logo