Please help with fretboard diagram spacing

2015-11-17 Thread Tom Swan
I didn't get any response to my request for advice on adjusting spacing between a fretboard diagram and the associated staff. Does anybody have any suggestions? I am stuck and need help with this. Thanks! Here is the snippet -- I would like more space below the fretboard diagram and the staff, but

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Well it is actually in the manual: http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver 2015-11-17 11:46 GMT+01:00 Mario Moles : > Great! Thank you so match! > > :) ;) > > In data martedì 17 novembre 2015 10:30:00, hai scritto: >

Re: Scheme questions

2015-11-17 Thread David Kastrup
Andrew Bernard writes: > Esteemed colleagues, > > There is suddenly a lot of activity in the area of Scheme questions > and answers (which is great!). Should we start a dedicated mailing > list , since it is quite a specialised area and the > topic may not be of

Re: Scheme questions

2015-11-17 Thread Werner LEMBERG
> I don't really agree with your characterization of Scheme as a > "quite specialised area" of LilyPond: it's a rather integral part of > its workings and interfaces, quite different from the role, say, Lua > plays in LuaTeX. So I don't see much of a point in a separate > mailing list. +1

Re: Scheme questions

2015-11-17 Thread Ralf Mattes
Am Dienstag, 17. November 2015 14:41 CET, Werner LEMBERG schrieb: > > I don't really agree with your characterization of Scheme as a > > "quite specialised area" of LilyPond: it's a rather integral part of > > its workings and interfaces, quite different from the role, say,

Re: Scheme questions

2015-11-17 Thread Urs Liska
Am 17.11.2015 um 14:35 schrieb David Kastrup: > Andrew Bernard writes: > >> Esteemed colleagues, >> >> There is suddenly a lot of activity in the area of Scheme questions >> and answers (which is great!). Should we start a dedicated mailing >> list , since it is quite

Re: The stafftab reversed!?

2015-11-17 Thread Mario Moles
Great! Thank you so match! :) ;) In data martedì 17 novembre 2015 10:30:00, hai scritto: > 2015-11-16 22:14 GMT+01:00 Mario Moles : > > Hi lilyponders! > > > > It is possible to reverse the staff tab? The first string in place of the > > sixth? That is a mirror image to

Re: Scheme question: convert a range

2015-11-17 Thread Jacques Menu
Hello folks, I’ve tried to integrate such a pure Scheme function: guile> (define (function arg) (if (and (integer? (car arg)) (integer? (cdr arg))) (iota (1+ (interval-length arg)) (car arg) 1) ) ) guile> (function '(3 . 7)) (3 4 5 6 7) as part of a markup, but to no

Re: Please help with fretboard diagram spacing

2015-11-17 Thread Phil Holmes
- Original Message - From: "Tom Swan" To: "lilypond-user" Sent: Tuesday, November 17, 2015 1:03 PM Subject: Please help with fretboard diagram spacing I didn't get any response to my request for advice on adjusting spacing between a fretboard

Re: #(define (bookGenerator please))

2015-11-17 Thread David Kastrup
Pierre-Luc Gauthier writes: > So, after reading the "Automated processing of multiple books" thread > and few hours trying to figure this out, I am still not able to make > it work. > The higher order function "for-each" somehow cannot call the > "compilePart" function

Re: Scheme question: convert a range

2015-11-17 Thread Jacques Menu
Hello David N. and Andrew, Great, all your suggestions are of some use to me. Thanks! JM > Le 17 nov. 2015 à 14:19, Andrew Bernard a écrit : > > Hi Jacques, > > You could base a solution on this approach: > > c'1 -\markup { > \column { >

Re: Please help with fretboard diagram spacing

2015-11-17 Thread Pierre Perol-Schneider
Hi Tom, In your example the fret-diagram is placed as a 'TextScript' so you have to choose your override here: http://www.lilypond.org/doc/v2.18/Documentation/internals/textscript E.g.: \version "2.18.2" << \new Staff { \new Voice = “scale” \with { %% Option 1: %\override

Re: Scheme question: convert a range

2015-11-17 Thread Jacques Menu
Message says that #(string-append… is not a markup. > Le 17 nov. 2015 à 13:31, Jacques Menu a écrit : > > Hello folks, > > I’ve tried to integrate such a pure Scheme function: > > > guile> (define (function arg) > (if (and (integer? (car arg)) (integer? (cdr arg))) >

Scheme questions

2015-11-17 Thread Andrew Bernard
Esteemed colleagues, There is suddenly a lot of activity in the area of Scheme questions and answers (which is great!). Should we start a dedicated mailing list , since it is quite a specialised area and the topic may not be of interest to general lilypond engravers? Just an idea. The list is

Re: Flat - with "2" number

2015-11-17 Thread Urs Liska
Sorry for not replying earlier, but I didn't realize earlier what you actually need. If you just want to replace the regular time signature with that specific glyph from the SMuFL range you can actually do that quite easily: What you have to do is simply replace the "stencil" of

ChordNames: Brandt & Roemer exceptions

2015-11-17 Thread Kieren MacMillan
Hello all, Before I reinvent the wheel here… Has anyone built a complete Brandt & Roemer chord exceptions list? If not, I’m happy to take a bullet for the Pond. Thanks, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-17 11:25 GMT+01:00 David Kastrup : > Thomas Morley writes: > >> 2015-11-16 22:14 GMT+01:00 Mario Moles : >>> Hi lilyponders! >>> >>> It is possible to reverse the staff tab? The first string in place of the >>> sixth? That

Re: Scheme question: convert a range

2015-11-17 Thread David Nalesnik
Jacques, On Tue, Nov 17, 2015 at 6:32 AM, Jacques Menu wrote: > Message says that #(string-append… is not a markup. > > > Le 17 nov. 2015 à 13:31, Jacques Menu a écrit : > > > > Hello folks, > > > > I’ve tried to integrate such a pure Scheme

Re: Scheme question: convert a range

2015-11-17 Thread Andrew Bernard
Hi Jacques, You could base a solution on this approach: c'1 -\markup { \column { \column { #(string-append "commllen = " (string-concatenate (map number->string '(1 2 } }

Re: Delayed posts

2015-11-17 Thread Gilles
On Mon, 16 Nov 2015 23:32:37 +0100, Simon Albrecht wrote: On 15.11.2015 20:44, Simon Albrecht wrote: Hello everybody, The notorious delay with which many posts arrive on this list gets annoying… At times there is no problem, but these days it’s really bad. Is there anything we could do?

Re: Scheme questions

2015-11-17 Thread lilypond
Am 2015-11-17 14:24, schrieb Andrew Bernard: Should we start a dedicated mailing list , since it is quite a specialised area and the topic may not be of interest to general lilypond engravers? Many questions of "general lilypond engravers" lead to a scheme answer. So probably it wouldn't be

[Semi-OT]

2015-11-17 Thread Kieren MacMillan
For consideration/discussion/lament: A special report from Musical America. “Publishing 2.0: The Move Towards Digital” Regards, Kieren. Kieren MacMillan, composer ‣ website:

Re: [Semi-OT]

2015-11-17 Thread David Kastrup
Kieren MacMillan writes: > Hi David (et al.), > >> Well, they don't mention Mutopia > > Not surprising. > >> the presented digital stand software solutions seem >> less impressive than Scora for orchestral needs. > > It won’t take long for someone to leapfrog

Re: Flat - with "2" number

2015-11-17 Thread Server Acim
Dear Urs, I experienced the code right away and it worked. It was that simple what I want. Thank you. I will write a blog post that is related about this problem in Turkish language and in English language. I will keep

Re: [Semi-OT]

2015-11-17 Thread David Kastrup
Kieren MacMillan writes: > For consideration/discussion/lament: > > A special report from Musical America. > > “Publishing 2.0: The Move Towards Digital” > Well, they don't mention Mutopia (but

Re: tips for formatting an interview

2015-11-17 Thread Jean-Charles Malahieude
Le 14/11/2015 15:22, Federico Bruni a écrit : Hi all I'm trying to format directly in LilyPond an interview (the single text only part of a book). I don't want to use lilypond-book and LaTeX just because of this minor part of the book. I've two questions: 1) There's any way to place the text

Re: [Semi-OT]

2015-11-17 Thread Kieren MacMillan
Hi David (et al.), > Well, they don't mention Mutopia Not surprising. > the presented digital stand software solutions seem > less impressive than Scora for orchestral needs. It won’t take long for someone to leapfrog Scora. If someone developed a PDF linker-and-coupler (for “let’s start at

Re: [Semi-OT]

2015-11-17 Thread Kieren MacMillan
Hi David, > Scora works via SVG if I remember correctly and has the whole orchestra > networked to the conductor's stand. The conductor does not say "let's > start at measure X". The conductor _starts_ everybody at measure X. > > I'm not sure what kind of leapfrogging you have in mind here.

Re: [Semi-OT]

2015-11-17 Thread Urs Liska
Am 17. November 2015 19:19:46 MEZ, schrieb David Kastrup : >Kieren MacMillan writes: > >> Hi David (et al.), >> >>> Well, they don't mention Mutopia >> >> Not surprising. >> >>> the presented digital stand software solutions seem >>> less impressive

Re: tips for formatting an interview

2015-11-17 Thread Thomas Morley
2015-11-17 21:24 GMT+01:00 Federico Bruni : > Il giorno mar 17 nov 2015 alle 18:52, Jean-Charles Malahieude > ha scritto: >> >> Le 14/11/2015 15:22, Federico Bruni a écrit : >>> >>> Hi all >>> >>> I'm trying to format directly in LilyPond an interview (the

Re: tips for formatting an interview

2015-11-17 Thread Thomas Morley
2015-11-18 0:35 GMT+01:00 Federico Bruni : > Il giorno mar 17 nov 2015 alle 23:52, Thomas Morley > ha scritto: >> >> Hi Federico, >> >> for the record, below my own first approach to the problem. Be aware >> it's more a sketch of an idea, not ready to

Re: tips for formatting an interview

2015-11-17 Thread Federico Bruni
Il giorno mer 18 nov 2015 alle 0:49, Thomas Morley ha scritto: Yes, change #f to #t in this line: (make-wordwrap-internal-markup-list #f args You should rename it to justify-two-columns-lines then Great.. I see that when the text is long, I must

Re: Scheme questions

2015-11-17 Thread Andrew Bernard
So, Scheme matters stay here. It is good to see a lot more activity in this area on the list recently – the more Schemers, the better. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: tips for formatting an interview

2015-11-17 Thread Federico Bruni
Il giorno mar 17 nov 2015 alle 23:52, Thomas Morley ha scritto: Hi Federico, for the record, below my own first approach to the problem. Be aware it's more a sketch of an idea, not ready to commit, although it compiles. Thank you Harm! It looks nice.. is it possible

Re: Strange Scheme problem

2015-11-17 Thread Andrew Bernard
Hi Jacques, On my mac, I just select the text in the log, right click to copy, and paste wherever, as per any application. Does that not work for you? Andrew On 18/11/2015, 01:36, "Menu Jacques" wrote:

Re: ChordNames: Brandt & Roemer exceptions

2015-11-17 Thread tisimst
Kieren, On Tue, Nov 17, 2015 at 9:39 AM, Kieren MacMillan [via Lilypond] < ml-node+s1069038n183688...@n5.nabble.com> wrote: > Before I reinvent the wheel here… > Has anyone built a complete Brandt & Roemer chord exceptions list? > If not, I’m happy to take a bullet for the Pond. > I've been

Re: tips for formatting an interview

2015-11-17 Thread Federico Bruni
Il giorno mar 17 nov 2015 alle 18:52, Jean-Charles Malahieude ha scritto: Le 14/11/2015 15:22, Federico Bruni a écrit : Hi all I'm trying to format directly in LilyPond an interview (the single text only part of a book). I don't want to use lilypond-book and LaTeX just

Re: Strange Scheme problem

2015-11-17 Thread Gilles THIBAULT
> Recently however, some of them got refused by Guile, can’t explain why. > In particular, « siz » computes the size of the filename « filen ». But > here, the filename is Foo.ly, without anything special… Directory name with spaces problem, probably (See message "don't find such directory")

Re: Strange Scheme problem

2015-11-17 Thread Andrew Bernard
Hi Jacques, Using this function: (define (file-size f) (stat:size (stat f))) with guile 1.8 you can stat files with spaces in the directory path and the file name part just fine. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org

Re: tips for formatting an interview

2015-11-17 Thread Thomas Morley
2015-11-18 1:15 GMT+01:00 Federico Bruni : > Il giorno mer 18 nov 2015 alle 0:49, Thomas Morley > ha scritto: >> >> Yes, change #f to #t in this line: >>(make-wordwrap-internal-markup-list #f args >> >> You should rename it to

Re: The stafftab reversed!?

2015-11-17 Thread Mario Moles
Thank you! It is a first solution! Although having to always indicate the string is frustrating! Thanks! In data martedì 17 novembre 2015 09:01:09, hai scritto: > Hi Mario, > > Here's a possibility: > > \version "2.18.2" > > my-music = \relative { c d e f g a b c } > > \score { > \new

Re: #(define (bookGenerator please))

2015-11-17 Thread Urs Liska
Am 17.11.2015 um 03:12 schrieb Pierre-Luc Gauthier: > So, after reading the "Automated processing of multiple books" thread > and few hours trying to figure this out, I am still not able to make > it work. > The higher order function "for-each" somehow cannot call the > "compilePart" function

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Nice Harm! This should definitely be in the LSR. Cheers, Pierre 2015-11-17 10:30 GMT+01:00 Thomas Morley : > 2015-11-16 22:14 GMT+01:00 Mario Moles : > > Hi lilyponders! > > > > It is possible to reverse the staff tab? The first string in place

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Hi Mario, Here's a possibility: \version "2.18.2" my-music = \relative { c d e f g a b c } \score { \new StaffGroup << \new Staff \my-music \new TabStaff \my-music >> \layout { \context { \Staff \clef "G_8" } } } my-music-alter = \relative { c\2 d\3 e\3 f\3

Re: The stafftab reversed!?

2015-11-17 Thread David Kastrup
Thomas Morley writes: > 2015-11-16 22:14 GMT+01:00 Mario Moles : >> Hi lilyponders! >> >> It is possible to reverse the staff tab? The first string in place of the >> sixth? That is a mirror image to the arrangement of the guitar strings? > >

Re: Controlling markup vertical position

2015-11-17 Thread Menu Jacques
Hello folks, Thanks for your help. It turns out I had mistaken \markLengthOn for \textLengthOn… -\tweak self-alignment-X #0 % move horizontally to the left works but is not adequate in my actual score, since there are bars to the left. So the good way for me to go is: \once\textLengthOn

Re: The stafftab reversed!?

2015-11-17 Thread David Kastrup
Pierre Perol-Schneider writes: > Here's a possibility: > > \version "2.18.2" > > my-music = \relative { c d e f g a b c } > > \score { > \new StaffGroup << > \new Staff \my-music > \new TabStaff \my-music > >> > \layout { > \context { >

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-16 22:14 GMT+01:00 Mario Moles : > Hi lilyponders! > > It is possible to reverse the staff tab? The first string in place of the > sixth? That is a mirror image to the arrangement of the guitar strings? > Thank you! > -- > > oiram/bin/selom > > Da ognuno secondo le

Re: Programming error with removeEmptyStaves

2015-11-17 Thread Simon Albrecht
On 15.11.2015 17:04, Jean-Charles Malahieude wrote: How could I find the culprit in a 5 staves score which looks all right? Perhaps you can reproduce it with fewer bars of music? You might try showFirstLength/showLastLength, or just delete some music. Generally: save a copy of the main input

Re: ChordNames: Brandt & Roemer exceptions

2015-11-17 Thread MarcM
these are good starting point http://lilypond.1069038.n5.nabble.com/Help-with-Chordname-td151521.html http://lilypond.1069038.n5.nabble.com/Typesetting-chord-symbols-td169855.html http://home.cogeco.ca/~douglasgifford/stuffholder/roehmer%20%26%20brandt%20scan.pdf

Re: The stafftab reversed!?

2015-11-17 Thread Thomas Morley
2015-11-17 14:14 GMT+01:00 Pierre Perol-Schneider : > Well it is actually in the manual: > http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver This is more or less a listing of the relevant context-properties together

Re: Strange Scheme problem

2015-11-17 Thread Menu Jacques
Hello Gilles, Oops, I’d thought I would never fall into using blanks in a directory name… thanks for the hint, it’s OK now! JM PS> Je me suis eu moi-même. > Le 17 nov. 2015 à 20:52, Gilles THIBAULT a écrit : > > >> Recently however, some of them got refused by

Re: The stafftab reversed!?

2015-11-17 Thread Trevor Daniels
Thomas Morley wrote Tuesday, November 17, 2015 9:31 PM > 2015-11-17 14:14 GMT+01:00 Pierre Perol-Schneider > : >> Well it is actually in the manual: >> http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver > > > > This