Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Mark Knoop
At 19:12 on 10 Apr 2022, Mark Knoop wrote: I'm trying to debug some issues I'm having with the new DurationLine grob. Previously I've been using a TextSpanner to achieve similar results. One issue is that DurationLine adds space at the left side of a broken spanner, seemingly to avoid overla

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Thomas Morley
Am Mo., 11. Apr. 2022 um 09:53 Uhr schrieb Mark Knoop : > > > At 19:12 on 10 Apr 2022, Mark Knoop wrote: > > I'm trying to debug some issues I'm having with the new DurationLine grob. > > Previously I've been using a TextSpanner to achieve similar results. > > > > One issue is that DurationLine ad

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Mark Knoop
At 10:30 on 11 Apr 2022, Thomas Morley wrote: Am Mo., 11. Apr. 2022 um 09:53 Uhr schrieb Mark Knoop : At 19:12 on 10 Apr 2022, Mark Knoop wrote: I'm trying to debug some issues I'm having with the new DurationLine grob. Previously I've been using a TextSpanner to achieve similar results. One

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Thomas Morley
Am Mo., 11. Apr. 2022 um 10:56 Uhr schrieb Mark Knoop : > > At 10:30 on 11 Apr 2022, Thomas Morley wrote: > > Am Mo., 11. Apr. 2022 um 09:53 Uhr schrieb Mark Knoop : > >> At 19:12 on 10 Apr 2022, Mark Knoop wrote: > >>> I'm trying to debug some issues I'm having with the new DurationLine > >>> gro

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Mark Knoop
At 11:03 on 11 Apr 2022, Thomas Morley wrote: Am Mo., 11. Apr. 2022 um 10:56 Uhr schrieb Mark Knoop : At 10:30 on 11 Apr 2022, Thomas Morley wrote: Am Mo., 11. Apr. 2022 um 09:53 Uhr schrieb Mark Knoop : At 19:12 on 10 Apr 2022, Mark Knoop wrote: I'm trying to debug some issues I'm having wit

Generate music with scheme

2022-04-11 Thread Henrik Frisk
Hi, I have not worked with scheme and lilypond for some years. I realize that this is more of a scheme question than Lilypond, but perhaps someone knows how to do this. I can generate four notes with the following: \version "2.18.0" \score { { $ (make-sequential-music (map (lambd

Re: Generate music with scheme

2022-04-11 Thread Hans Aikema
> On 11 Apr 2022, at 11:51, Henrik Frisk wrote: > >  > Hi, > > I have not worked with scheme and lilypond for some years. I realize that > this is more of a scheme question than Lilypond, but perhaps someone knows > how to do this. I can generate four notes with the following: > > \versi

Re: Generate music with scheme

2022-04-11 Thread Jean Abou Samra
Le 11/04/2022 à 11:50, Henrik Frisk a écrit : Hi, I have not worked with scheme and lilypond for some years. I realize that this is more of a scheme question than Lilypond, but perhaps someone knows how to do this. I can generate four notes with the following:   \version "2.18.0"   \scor

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Jean Abou Samra
Le 11/04/2022 à 10:30, Thomas Morley a écrit : Hi Mark, DurationLine is designed not to be printed if breakable items at line-end/start are present, like Clef, KeySignature etc. I wasn't aware RehearsalMark is ofcourse one of them. Currently I'm preparing a patch to disregard RehearsalMark. Is yo

Location of guile socket Linux

2022-04-11 Thread Kenneth Flak
Hi list, First time poster here, just starting to get my head around using lilypond together with scheme/guile! I use nvim, and I would love to be able to use this together with the scheme-playground. For this I would need to know where to find and connect to the socket that guile is creating, but

How to tweak dot sizes

2022-04-11 Thread Paul Hodges
I am in the last stages of preparing a score for publication.  I am using the Bravura font rather than Feta, because the publishers agree that it provides the best general match for other publications in the same series.  However, I am adding a few tweaks to improve the matching further - I have

Re: Generate music with scheme

2022-04-11 Thread Leo Correia de Verdier
An addition: MarkEvent is not added to the note, but to the staff (it’s often used for things like rehearsal marks), if you want the markup added to the actual note you can write it like this: % \version "2.18.0" \score { { $ (make-sequential-music (map (lambda (x)

Re: How to tweak dot sizes

2022-04-11 Thread Jean Abou Samra
Le 11/04/2022 à 12:56, Paul Hodges a écrit : I am in the last stages of preparing a score for publication.  I am using the Bravura font rather than Feta, because the publishers agree that it provides the best general match for other publications in the same series.  However, I am adding a fe

Re: How to tweak dot sizes

2022-04-11 Thread Xavier Scheuer
On Mon, 11 Apr 2022 at 12:59, Paul Hodges wrote: > > I am in the last stages of preparing a score for publication. I am using the Bravura font rather than Feta, because the publishers agree that it provides the best general match for other publications in the same series. However, I am adding a f

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
Hi Leo! Den mån 11 apr. 2022 kl 12:49 skrev Leo Correia de Verdier < leo.correia.de.verd...@gmail.com>: > An addition: > > MarkEvent is not added to the note, but to the staff (it’s often used for > things like rehearsal marks), if you want the markup added to the actual > note you can write it l

Musical questions

2022-04-11 Thread Jacques Menu
Hello folks, In Mendelssohn Bartholdy’s Ave maris stella, the soprano has this: With LilyPond, I can obtain the ad lib cue notes with smaller note heads in a cadenza. Is that my best bet? Also, what is the musicial signification of the ligatures above the staff? Thanks for your help! JM

Re: Non-alignment of lyrics in occasional divisi

2022-04-11 Thread Knute Snortum
Just a minor point. but there's no reason to write R1*3/4. R2. works just fine. -- Knute Snortum

Re: Musical questions

2022-04-11 Thread Knute Snortum
On Mon, Apr 11, 2022 at 7:27 AM Jacques Menu wrote: > > Hello folks, > > In Mendelssohn Bartholdy’s Ave maris stella, the soprano has this: > > > With LilyPond, I can obtain the ad lib cue notes with smaller note heads in a > cadenza. Is that my best bet? I would use \magnifyMusic #2/3 { %{ cue

Re: Musical questions

2022-04-11 Thread Jacques Menu
Thanks Knute! > Le 11 avr. 2022 à 16:37, Knute Snortum a écrit : > > On Mon, Apr 11, 2022 at 7:27 AM Jacques Menu wrote: >> >> Hello folks, >> >> In Mendelssohn Bartholdy’s Ave maris stella, the soprano has this: >> >> >> With LilyPond, I can obtain the ad lib cue notes with smaller note he

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Thomas Morley
Am Mo., 11. Apr. 2022 um 12:40 Uhr schrieb Jean Abou Samra : > > Le 11/04/2022 à 10:30, Thomas Morley a écrit : > > Hi Mark, > > DurationLine is designed not to be printed if breakable items at > > line-end/start are present, like Clef, KeySignature etc. > > I wasn't aware RehearsalMark is ofcourse

Re: Musical questions

2022-04-11 Thread Simon Albrecht
Hi Jacques, On 11/04/2022 16:16, Jacques Menu wrote: Also, what is the musical meaning of the ligatures above the staff? these are not standard notation and it’s impossible to tell. Maybe the larger context might give some hint, but most likely you’d need an explanation in foreword or criti

Re: DurationLine avoiding RehearsalMarks

2022-04-11 Thread Jean Abou Samra
Le 11/04/2022 à 17:20, Thomas Morley a écrit : Well, your example prints as I would wish it should. Alas, there are obviously different opinions. Look at: \layout { \context { \Voice \consists Duration_line_engraver } } << \new Staff { \override Glissando.breaka

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
Den mån 11 apr. 2022 kl 12:30 skrev Jean Abou Samra : > > > Le 11/04/2022 à 11:50, Henrik Frisk a écrit : > > Hi, > > > > I have not worked with scheme and lilypond for some years. I realize > > that this is more of a scheme question than Lilypond, but perhaps > > someone knows how to do this. I c

Re: How to tweak dot sizes

2022-04-11 Thread Paul Hodges
Thanks to you and Jean Abou Samra.  I have been able to do all the things I needed (including some not mentioned) using what I have [re-]learned today. Paul From: Xavier Scheuer To: Paul Hodges Cc: lilypond-user Sent: 11/04/2022 12:12 Subject: Re: How to tweak dot sizes

Re: Generate music with scheme

2022-04-11 Thread Aaron Hill
On 2022-04-11 9:10 am, Henrik Frisk wrote: \version "2.22.2" { $(make-sequential-music (map (lambda (x) (make-sequential-music (list (make-music 'NoteEvent 'pitch (ly:make-pitch 0 x)

Best way to fix differences in staff size from score to parts

2022-04-11 Thread Dimitris Marinakis
I have a lot of custom markings that are configured to look nice on set-global-staff-size 16 how can I modify those for my parts which use staff-size 20? I have a common file that contains all the markings and layout settings. Trying to figure out separate settings for all those markings will be a

Ledger line sizes - a question from simple curiosity

2022-04-11 Thread Paul Hodges
When specifying the thickness of ledger lines in LilyPond, one specifies not one but two multipliers, so that the result is proportionate to both staff line thickness and staff spacing.  E.g. (from the manual):     \override StaffSymbol.ledger-line-thickness = #'(0.5 . 0.4) For my own use I've

Re: Semi-flat insert to one instrument only

2022-04-11 Thread Riad Abdel-Gawad
Dear Jean, Here is an example of the type of flat with slash I need. The problem is that the "backward" flat is a Turkish (remnants from the Ottoman time Empire) notation and today Arab musicians prefer the "standard" notation, which is the "forward" flat with a slash through it (see attached pdf

Re: Semi-flat insert to one instrument only

2022-04-11 Thread Jean Abou Samra
Le 12/04/2022 à 02:23, Riad Abdel-Gawad a écrit : Dear Jean, Here is an example of the type of flat with slash I need. The problem is that the "backward" flat is a Turkish (remnants from the Ottoman time Empire) notation and today Arab musicians prefer the "standard" notation, which is the

Re: Generate music with scheme

2022-04-11 Thread Henrik Frisk
> > You could also use append-map which will concatenate the lists without > the inner call to make-sequential-music: > > > { > $(make-sequential-music >(append-map > (lambda (x) (list > #{ $(ly:make-pitch 0 x) 4 #} > #{ \mark \markup \override #'(font-size . -3) 10 #} )) >