Re: a proper whiteout function

2015-05-20 Thread Janek Warchoł
Yeah, thickness would be good as well. Thanks, Janek W dniu środa, 20 maja 2015 Carl Sorensen napisał(a): > > > On 5/19/15 10:37 PM, "Janek Warchoł" > wrote: > > > > >- I think "offset" should be renamed to "padding". Throughout LilyPond, > >offsets are used to measure distances and position,

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 store a >>diagram in a lookup table. But it has one little dra

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 >automatically include a barre indicat

Re: a proper whiteout function

2015-05-20 Thread Carl Sorensen
On 5/19/15 10:37 PM, "Janek Warchoł" wrote: > >- I think "offset" should be renamed to "padding". Throughout LilyPond, >offsets are used to measure distances and position, while padding is used >for ensuring there's enough whitespace around an object. I don't think it should be named "padding

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 MacNeil wrote: > > sorry forgot one >

Re: Nashville notation as chord symbols

2015-05-20 Thread Klaus Blum
Hi Stan, there once was an interesting thread in the German forum: http://www.lilypondforum.de/index.php?topic=824.0 This might be a point to start, even if it works only in C major: % --- \version "2.18.2" % C

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 >> >> \version "2.18.2" >> barre = #

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
how about barre = #(define-music-function (bend 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 ,str) (ly:grob-property grob

Re: About pitch

2015-05-20 Thread PharoahS
Great it works now (I replaced the define by a set! and i choosed a \language Thanks again -- View this message in context: http://lilypond.1069038.n5.nabble.com/About-pitch-tp176774p176803.html Sent from the User mailing list archive at Nabble.com. ___

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

2015-05-20 Thread pls
On 20.05.2015, at 01:58, Thomas Morley wrote: > Hi Patrick, > > maybe this will get you started: > > \version "2.19.15" > > \new FretBoards { > > \override FretBoard.before-line-breaking = > #(lambda (grob) > ;(display (ly:grob-property grob 'dot-placement-list)) > (ly:grob-set-pro