problem with global-staff-size and book bloks

2022-07-21 Thread Reuben Kagan
Hi, here is my example : \version "2.22.2" %file NOTES.ly #(set-global-staff-size 10) NOTES = \relative c'' { \key d \minor \time 3/4 a bes c d e f } \score { \new Staff \NOTES } \book { #(set-global-staff-size 30) \bookOutputName "NOTES BIG" \score { \new Staff \NOTES

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread Werner LEMBERG
>> Thanks all. (Searches for URL, href, hypertext, etc, were failing >> to turn up \with-url and kept pointing me at much more complicated >> stuff that didn't seem to do what I wanted.) > > I used the index entry "inserting URL link, into text" > > Admittedly, Emacs Info makes it rather easy t

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread David Kastrup
Kevin Cole writes: > Thanks all. (Searches for URL, href, hypertext, etc, were failing to > turn up \with-url and kept pointing me at much more complicated stuff > that didn't seem to do what I wanted.) I used the index entry "inserting URL link, into text" Admittedly, Emacs Info makes it rathe

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread Kevin Cole
Thanks all. (Searches for URL, href, hypertext, etc, were failing to turn up \with-url and kept pointing me at much more complicated stuff that didn't seem to do what I wanted.)

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread Aaron Hill
On 2022-07-21 8:07 pm, Kevin Cole wrote: Hi, The subject line pretty much says it all (or most). Ideally, I'd like to be able to do something like: \header { title = "This is the title" } and have Lilypond generate a PDF with the tile linking to wherever I point it/ I'm hoping to avoid l

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread William Rehwinkel
There is, \with-url, seen here: https://lilypond.org/doc/v2.22/Documentation/notation/graphic (ctrl-f "with-url"). As long as you want to have a PDF output. -William On 7/21/22 23:07, Kevin Cole wrote: Hi, The subject line pretty much says it all (or most). Ideally, I'd like to be able to

Re: Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread David Kastrup
Kevin Cole writes: > Hi, > > The subject line pretty much says it all (or most). > > Ideally, I'd like to be able to do something like: > > \header { > title = "This is the title" > } > > and have Lilypond generate a PDF with the tile linking to wherever I point it/ > > I'm hoping to avoid lots

Is there a SIMPLE way to embed an href in a title?

2022-07-21 Thread Kevin Cole
Hi, The subject line pretty much says it all (or most). Ideally, I'd like to be able to do something like: \header { title = "This is the title" } and have Lilypond generate a PDF with the tile linking to wherever I point it/ I'm hoping to avoid lots of Scheme, lilypond-book, TeX, etc, etc.

Re: Passage to 2.23 still a problem with scheme

2022-07-21 Thread Vincent Gay
I am red with shame. Thank you Jean. Le 21/07/2022 à 22:48, Jean Abou Samra a écrit : Answered at https://lists.gnu.org/archive/html/lilypond-user-fr/2022-07/msg00086.html -- Vincent Gay Envoyé depuis mon saxo-phone :) https://myrealbook.vintherine.org/ - http://photos.vintherine.org/

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread Stan Sanderson
Should have known better. I can’t reproduce what I did. AFAIK, phrasing brackets don’t exist. Sorry for the noise. Stan > On Jul 21, 2022, at 1:52 PM, Kevin Cole wrote: > > On Thu, Jul 21, 2022 at 2:36 PM Stan Sanderson > wrote: > >> or, quick and dirty, “phrasing

Re: Passage to 2.23 still a problem with scheme

2022-07-21 Thread Jean Abou Samra
Le 21/07/2022 à 22:26, Vincent Gay a écrit : Good evening to all I frequently use opening and closing parenthesis to frame not only one note or chord but several. For example : or The lsr snippet : https://lsr.di.unimi.it/LSR/Item?id=902 here

Passage to 2.23 still a problem with scheme

2022-07-21 Thread Vincent Gay
Good evening to all I frequently use opening and closing parenthesis to frame not only one note or chord but several. For example : or The lsr snippet : https://lsr.di.unimi.it/LSR/Item?id=902 here is a minimal example in 2.22.2 %%% s

Re: color change working in only upper staff (solved)

2022-07-21 Thread Jim Cline
sorry to all who had responded to this question (with better solutions than mine). For some reason I didn't get notified of these posts so I didn't see them until now.

Re: color change working in only upper staff (solved)

2022-07-21 Thread Jim Cline
I discovered one needs to override the color change within each voice, rather than in the staff definition. Probably it's somewhere in the documentation, though I could not find it. Here is the working version: \version "2.20.0" upper = \relative c'' { \override Fingering.color = #red \c

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread Kevin Cole
On Thu, Jul 21, 2022 at 2:36 PM Stan Sanderson wrote: > or, quick and dirty, “phrasing brackets” > > i.e., 2. 8.\[ e’16\] This didn't work at all for me. The 16th note (and the "The") at the end disappear. > On Jul 21, 2022, at 1:31 PM, William Rehwinkel via LilyPond user discussion > wrote:

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread Kevin Cole
On Thu, Jul 21, 2022 at 2:33 PM William Rehwinkel via LilyPond user discussion wrote: > > Hey Kevin, > > I found that the command to disable all logic for finding melismas (manual > beams when \autoBeamOff, slurs, etc.) is melismaBusyProperties = #'() . Refer > to the attached example which sets

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread Stan Sanderson
or, quick and dirty, “phrasing brackets” i.e., 2. 8.\[ e’16\] S > On Jul 21, 2022, at 1:31 PM, William Rehwinkel via LilyPond user discussion > wrote: > > Hey Kevin, > > I found that the command to disable all logic for finding melismas (manual > beams when \autoBeamOff, slurs, etc.) is meli

Re: Positioning lyrics properly with beaming?

2022-07-21 Thread William Rehwinkel via LilyPond user discussion
Hey Kevin, I found that the command to disable all logic for finding melismas (manual beams when \autoBeamOff, slurs, etc.) is *melismaBusyProperties = #'()* . Refer to the attached example which sets it in a \context block. In the *words* macro I entered the lyrics in a few different ways, d

Re: openmusic

2022-07-21 Thread Karim Haddad
Dear Stefan, You are trying to export an OM chord into lilypond. So this will not work. Please do try with VOICE or POLY objects only. They do handle rhythm notation not others. Please don't hesitate to forward other issues. Best karim On Thu, Jul 21, 2022 at 07:11:25PM +0200, Stefan Thomas

Positioning lyrics properly with beaming?

2022-07-21 Thread Kevin Cole
Hi, I'm transcribing a score from a printed copy and the score has a lot of beamed 8th, dotted 8th, and 16th notes in it. But the lyrics resist being lined up regardless of how I use a single underscore without spaces, with spaces, double dashes, etc. I looked at https://lilypond.org/doc/v2.22/D

Re: openmusic

2022-07-21 Thread Stefan Thomas
Dear community, thanks for Your answers. I've downloaded and installed omlily and I tried to export a basic patch, but I can't see any ly-file. What is wrong with this patch? Thanks for your help Stefan

Re: SVG bounding box

2022-07-21 Thread Jean Abou Samra
Le 21/07/2022 à 18:26, Paulo Matos a écrit : Hi, I am trying to remove the bounding box around a specific snippet of music. For example: \version "2.22.2" \header { tagline = "" } \score { \relative c' { c4 } \layout {} } Initially I thought that what I wanted was crop

SVG bounding box

2022-07-21 Thread Paulo Matos
Hi, I am trying to remove the bounding box around a specific snippet of music. For example: \version "2.22.2" \header { tagline = "" } \score { \relative c' { c4 } \layout {} } Initially I thought that what I wanted was crop, but it doesn't work. Setting #(ly:set-option 'c

Re: question concerning arranger tool

2022-07-21 Thread Gilles Thibault
Is there an easy way in arranger.ly to quote a theme or motive with one command in different or voices? What would be e.g. if You have a fugue with the dux in soprano, alto, etc. in different voices at different places in the score? Well, in one command, not directly because a lot of parameter

Re: Installing Lilypond 2.23.10

2022-07-21 Thread Jean Abou Samra
Le 20/07/2022 à 17:52, David Sumbler a écrit : This worked perfectly, although I don't fully understand it.  At first I assumed that your 'LilyPond-lilypond-command' was a typo for 'LilyPond-command-lilypond', but that wasn't recognized as a command whereas your version was.  I now see that you

Re: Installing Lilypond 2.23.10

2022-07-21 Thread David Sumbler
On Wed, 2022-07-20 at 16:52 +0100, David Sumbler wrote: > On Tue, 2022-07-19 at 23:56 +0200, Jean Abou Samra wrote: > > Le 19/07/2022 à 18:26, David Sumbler a écrit : > > > My usual work pattern is to edit .ly files etc. in emacs, and > > > then to  > > > use the Lilypond-mode command C-c C-l or

Re: Snippet doesn't work in unstable version

2022-07-21 Thread Thomas Morley
Am Mi., 20. Juli 2022 um 18:43 Uhr schrieb Martín Rincón Botero < martinrinconbot...@gmail.com>: > Hello, > > I grabbed this snippet a while ago from somewhere™ which puts a box > around music (an "improvisation box"). It works perfectly in Lilypond > 2.22.1, but not in Lilypond 2.23.3+. Does some