Re: lilypond-user Digest, Vol 239, Issue 85

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 21:15, Jean Abou Samra a écrit : What is your OS? You said that. Sorry.

Re: Parenthesize multiple notes

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 22:42, Edizioni Migliori a écrit : Hello, How can I parenthesize multiple notes? In the example below, I am trying to enclose the two grace notes in one set of brackets. \version "2.23.10" \language "english" \relative { \afterGrace b'2\trill { a16 b } c2 } Have a look

MetronomeMark in line with sectionLabel

2022-10-29 Thread Edizioni Migliori
Is it possible to make a MetronomeMark (tempo indication) appear immediately to the right of a \sectionLabel, ideally also vertically-aligned? The only way I have found so far is by overriding X-offset, which seems convoluted. See example below: \version "2.23.80" \language "english" { \sectionLab

Parenthesize multiple notes

2022-10-29 Thread Edizioni Migliori
Hello, How can I parenthesize multiple notes? In the example below, I am trying to enclose the two grace notes in one set of brackets. \version "2.23.10" \language "english" \relative { \afterGrace b'2\trill { a16 b } c2 } Thanks, Ahanu Banerjee Publisher Edizioni Migliori, LLC

Re: lilypond-user Digest, Vol 239, Issue 85

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 13:06, Tristan Latchford a écrit : Invoking `gs -dNODISPLAY -dNOSAFER -dNOPAUSE -dBATCH -dEPSCrop -dAutoRotatePages=/None -dPrinted=false /var/folders/29/4w1k0cl94mngf7t5hbc7ht2rgn/T//lilypond-tmp-3582639'... GPL Ghostscript 9.55.0: Can't find initialization file gs_init.ps

Re: Omitting the destination on a call to format is deprecated. Pass #f as the destination, before the format string.

2022-10-29 Thread Jean Abou Samra
Hi Valentin, Le 29/10/2022 à 00:42, Valentin Petzel a écrit : Lilypond with Guile 1.8 used a less capable version of the format command that did not feature a destination argument (the default simple-format of Guile). With Guile 2 Lilypond uses the full, powerful ice9 format (as can be seen usi

Re: Problems with pdf output using Lilypond Version 2.20.0

2022-10-29 Thread Jacques Menu
Hello Ian, You’re far better off moving to LilyPond 2.23.80 at once. Here is how I installed it on my Mac Mini M1 some days ago. HTH! JM — LilyPond devel from MacPorts for Apple silicon If not yet done, download MacPorts for your MacOS version from https://github.com/macports/macports-base/

Problems with pdf output using Lilypond Version 2.20.0

2022-10-29 Thread Ian West
Dear Colleagues, I have greatly enjoyed using Lilypond on Apple laptops for many years; first Lilypond 2.12.3 on a 2008 Apple Mac., then Lilypond 2.18.2. on Apple Mac 2008 and Apple MacPro 2012. Finally I bought AppleMacPro M2,2022 running Monterey 12.4. I understood that the 64-

Re: Omitting the destination on a call to format is deprecated. Pass #f as the destination, before the format string.

2022-10-29 Thread Federico Bruni
Il giorno sab 29 ott 2022 alle 00:42:11 +0200, Valentin Petzel ha scritto: If we omit this destination argument format will handle it as #f but pass this warning. Now these messages you get should either come from A) The score itself using format B) The score using a function that uses format

Re: Tremolo

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 13:53, Craig Bakalian a écrit : Hi Everybody, Well, duh, I just put \stemDown before the tremolo code and \stemNeutral after the code and the warnings vanished.  Yet, this makes no music sense because the music is in 4/2 and a stem is not needed in the pdf of the music.  Whate

Re: Tremolo

2022-10-29 Thread Jean Abou Samra
Le 29/10/2022 à 12:52, Craig Bakalian a écrit : Hi Everybody! Below is code I pulled from a larger score to show output warnings for a tremolo. I have never had much success with the tremolo interface because I am a lazy composer who spent 2 months writing the score, and typesetting to make

Re: Tremolo

2022-10-29 Thread Craig Bakalian
Hi Everybody, Well, duh, I just put \stemDown before the tremolo code and \stemNeutral after the code and the warnings vanished.  Yet, this makes no music sense because the music is in 4/2 and a stem is not needed in the pdf of the music.  Whatever? Craig

Re: Passing a parameter to Scheme

2022-10-29 Thread Thomas Morley
Am Sa., 29. Okt. 2022 um 12:32 Uhr schrieb Paul Hodges : > > On further thought, I suspect that I can't aim at "\speak #-3.8 c" because > #-3.8 isn't a music expression so LilyPond won't let me. I guess I'll need > to use a \tweak or \set on the parameter variable instead. But that leaves > me

Re: Passing a parameter to Scheme

2022-10-29 Thread Aaron Hill
On 2022-10-29 2:50 am, Paul Hodges wrote: %% speak = {   \once \override Stem.stencil =     #(lambda (grob)        (let* ((x-parent (ly:grob-parent grob X))               (is-rest? (ly:grob? (ly:grob-object x-parent 'rest          (if is-rest?        

Re: lilypond-user Digest, Vol 239, Issue 85

2022-10-29 Thread Tristan Latchford
Dear Jean, Thank you for getting back to me so soon. I've tried a) and b) is working well, so here is c) I'm running macOS 12.5.1 ~~ lilypond-book: Setting LilyPond's output to --verbose, implied by lilypond-book's setting lilypond-book (GNU LilyPond) 2.22.2 Reading `/Users/tallat

Tremolo

2022-10-29 Thread Craig Bakalian
Hi Everybody! Below is code I pulled from a larger score to show output warnings for a tremolo. I have never had much success with the tremolo interface because I am a lazy composer who spent 2 months writing the score, and typesetting to make it all pretty for the performers is just too much,

Re: Passing a parameter to Scheme

2022-10-29 Thread Paul Hodges
On further thought, I suspect that I can't aim at "\speak #-3.8 c" because #-3.8 isn't a music expression so LilyPond won't let me.  I guess I'll need to use a \tweak or \set on the parameter variable instead.  But that leaves me even further from knowing how to write it, largely because my brai

Passing a parameter to Scheme

2022-10-29 Thread Paul Hodges
I am trying to make my first steps in actually modifying some Scheme.  I am using a procedure taken from the snippets repository to add a cross to a stem (e.g. to indicate sprechgesang): %% speak = {   \once \override Stem.stencil =     #(lambda (grob)