Re: segmented glissando lines

2020-02-09 Thread Aaron Hill
On 2020-02-09 2:39 pm, dtsmarin wrote: Is it possible to change the thickness of the fancy-gliss line? Perhaps change... (layout-line-thickness grob) ;line-width ...to... (* (layout-line-thickness grob) (ly:grob-property grob 'thickness 1)) ;line-width

Re: segmented glissando lines

2020-02-09 Thread dtsmarin
Is it possible to change the thickness of the fancy-gliss line? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: can a Scheme engraver "solve" Issue #34 (grace note bug)? [cross-posted]

2020-02-09 Thread Kieren MacMillan
Hi David, > my own take on what that means would not have been to abolish > grace time: it's still useful for identifying things. But rather to > reduce NoteColumn/MusicalColumn sharing/alignment during grace time to > being just per-Staff, or possibly as option per-Voice. That would > allow,

Re: OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Dario Marrini
Absolutely Linux... :) I'm a Linux user since 1999, now I have been using Linux Mint since many years. I'm out now, I will do all the tests you suggested me as soon as I'm back. Many thanks Dario Il dom 9 feb 2020, 16:51 Klaus Blum ha scritto: > Hi Dario, > > Am 09.02.2020 um 16:18 schrieb

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
I did not see this when i replied last , so let me read it i loos like it is the answer i want. Thank you,ƒg On Sun, Feb 9, 2020 at 12:38 PM David Kastrup wrote: > Freeman Gilmore writes: > > > On Sun, Feb 9, 2020 at 9:33 AM Thomas Morley > > wrote: > > > >> Am So., 9. Feb. 2020 um 15:02

Re: Double Parenthesis

2020-02-09 Thread Kieren MacMillan
Hi Freeman, > This is the form i am asking about: > (let > ( > (rand (random 100)) > ) > ( >... > ) > ) In that form, the … is where the procedure(s) for the let function would appear, though I’d probably indent it

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 12:25 PM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Freeman, > > > Ok you are getting closer to what i am asking. > > I’m glad! > > > Rerote(let ((rand (random 100))) ...) .I need to understand it > so that i know which to use and when? > >

Re: Double Parenthesis

2020-02-09 Thread David Kastrup
Freeman Gilmore writes: > On Sun, Feb 9, 2020 at 9:33 AM Thomas Morley > wrote: > >> Am So., 9. Feb. 2020 um 15:02 Uhr schrieb Freeman Gilmore >> : >> > >> > >> > >> > This is taken from the "Scheme Book". >> > >> > Question why double parenthesis for let ((rand (random 100))) ? >> > >> >

Re: Double Parenthesis

2020-02-09 Thread Kieren MacMillan
Hi Freeman, > Ok you are getting closer to what i am asking. I’m glad! > Rerote(let ((rand (random 100))) ...) .I need to understand it so > that i know which to use and when? > ((rand (random 100)) or (rand (random 100) You would never use either, because the parentheses aren’t

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 11:45 AM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Freeman, > > > I understand the above and below but not this let ((rand (random > 100))) > > Put in your form: (let ((rand (random 100))) ...) > > Here are the thoughts of a Scheme newbie — hopefully

Re: Double Parenthesis

2020-02-09 Thread Kieren MacMillan
Hi Freeman, > I understand the above and below but not this let ((rand (random 100))) > Put in your form: (let ((rand (random 100))) ...) Here are the thoughts of a Scheme newbie — hopefully they are correct! =) Working from the inside out: The first set of parentheses is needed to

Re: OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Klaus Blum
Hi Dario, Am 09.02.2020 um 16:18 schrieb Dario Marrini: but let me understand where this lilypond-preamble.ly should be another question: Is it a Mac or a Linux machine that you are working on? Cheers, Klaus

Re: OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Klaus Blum
Hi Dario, Dario Marrini-2 wrote > let me understand where this lilypond-preamble.ly should be This file is a part of a complete LilyPond installation. On Windows, it is located inside the LilyPond program folder, in the subfolder /usr/share/lilypond/current/ly On Linux and Mac, instead of

Re: Double Parenthesis

2020-02-09 Thread Freeman Gilmore
On Sun, Feb 9, 2020 at 9:33 AM Thomas Morley wrote: > Am So., 9. Feb. 2020 um 15:02 Uhr schrieb Freeman Gilmore > : > > > > > > > > This is taken from the "Scheme Book". > > > > Question why double parenthesis for let ((rand (random 100))) ? > > > > Thank you, ƒg > > Well, every expression

Re: LSR contribution

2020-02-09 Thread Thomas Morley
Hi Michael, Am Mi., 5. Feb. 2020 um 14:54 Uhr schrieb Michael Käppler : > > Hi Harm, > sorry that I did not respond for over one month... Many other things had > to be done. Same here... > Now I would like to finish this snippet to be free for new interesting > things. ;) > > I did

Re: Drawing boxes around grobs

2020-02-09 Thread Paolo Prete
On Sat, Feb 8, 2020 at 10:36 PM Thomas Morley wrote: > Am Sa., 8. Feb. 2020 um 22:20 Uhr schrieb Paolo Prete < > paolopr...@gmail.com>: > > > > > > > You could redefine box-stencil to take an additional color-argument. > Also stencil-boxer to take an optional color-argument: > > #(define

Re: Double Parenthesis

2020-02-09 Thread Thomas Morley
Am So., 9. Feb. 2020 um 15:02 Uhr schrieb Freeman Gilmore : > > > > This is taken from the "Scheme Book". > > Question why double parenthesis for let ((rand (random 100))) ? > > Thank you, ƒg Well, every expression needs to be wrapped into parenthesis. One pair for the let-expression: (let

Re: OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Klaus Blum
Klaus Blum wrote > Could you post a screenshot of your OOoLilyPond window and your > OOoLilyPond > Config dialog? Maybe this could help to find the problem. Version 0.4.0 and 0.5.0 are very old. You should remove them and try again with the latest stable version 0.5.12. Could you then provide

Re: Double Parenthesis

2020-02-09 Thread Malte Meyn
Am 09.02.20 um 15:02 schrieb Freeman Gilmore: This is taken from the "Scheme Book". Question why double parenthesis for let ((rand (random 100))) ? A let expression can have several definitions, f. e. (let ( (rand (random 100)) (notrand (* 6 7)) ) […] )

Re: OOolilypond LO extension : trouble with 0.5.0 and 0.4.0

2020-02-09 Thread Klaus Blum
Hi Dario, Dario Marrini-2 wrote > Hi musicians, > trying to use the LO extension, as I said in my previous post, I tried to > use some older version; with 0.5.0 and 0.4.0 I get the same error, I have > error message in Italian but I think it should have been a common problem > in the past; I

Re: OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Klaus Blum
Hi Dario, Dario Marrini-2 wrote > ; it seems they are working > properly, but they always produce a music object with a full page > dimension, maing troubles in writing the document. it seems that your template or your snippet is missing \include "lilypond-book-preamble.ly" This command is

Double Parenthesis

2020-02-09 Thread Freeman Gilmore
This is taken from the "Scheme Book". Question why double parenthesis for let ((rand (random 100))) ? Thank you, ƒg

OOolilypond Libre Office extension : insert object large as full page

2020-02-09 Thread Dario Marrini
Hi musicians, I'm trying to use OOolilypond LO extension; I downloaded last stable version. 05,12, and the previous one, 0,5,11; it seems they are working properly, but they always produce a music object with a full page dimension, maing troubles in writing the document. any idea? thank you very

Re: can a Scheme engraver "solve" Issue #34 (grace note bug)? [cross-posted]

2020-02-09 Thread David Kastrup
Kieren MacMillan writes: > Hi David (et al.), > >> I don't think grace notes are usually synchronized optically. > > According to our recent "live-from-London" keynote speaker… ;) > > … you are correct — in fact, in one example, she shows how grace > groups [of different "sizes"] on two

Re: How to code a glide?

2020-02-09 Thread Thomas Morley
Am So., 9. Feb. 2020 um 00:00 Uhr schrieb Mark Stephen Mrotek : > > Thomas, > > How about a zig-zag glissando? > http://lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines > > Mark Hi Mark, if bendAfter is not sufficient, a glissando would have been my next suggestion, too.

Re: Page numbers with text

2020-02-09 Thread Marco Bagolin
Thank you all, all solutions are good, but I don't know why the copyright field on the first page does not appear. My code is the following: \version "2.18.2" \paper { print-first-page-number = ##t oddHeaderMarkup = ##f evenHeaderMarkup = ##f oddFooterMarkup = \markup {