Possible edge case bug

2021-02-09 Thread Jean Abou Samra
Hello, I'd like to draw your attention to a potential issue that results from the edge case interaction of footnotes and the completion_heads/rests engravers. \version "2.23.0" \new Voice \with {     \remove "Note_heads_engraver"     \consists "Completion_heads_engraver"     \remove "Rest_en

Re: Error : Lilypond version 2.19.55 Error invoked

2021-02-11 Thread Jean Abou Samra
other machines. - If not, would you mind sending it to me privately? I   can confidentially look for unusual code. - If you do mind: do you have experience with using GDB? Thank you, Jean Abou Samra

Re: Microtonal notation

2021-02-11 Thread Jean Abou Samra
er pitchnames) should get you done. Best, Jean Abou Samra

Re: Braces with TabStaff

2021-02-12 Thread Jean Abou Samra
Hi, Still, the output from this doesn't look expected: \version "2.23.1" music = { c''1 } \new StaffGroup <<   \new TabStaff \music   \new Staff \music >> \new ChoirStaff <<   \new TabStaff \music   \new Staff \music >> Doing some debugging: \version "2.23.1" \layout { \context { \Score % F

Re: SMuFL Adoption

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 16:48, Garap Magu a écrit : Dear LilyPond Users, Hello, I had a question about Lilypond input files. I saw on the Google Summer of Code page that SMuFL adoption was planned. Would this change the syntax of Lilypond input files? I’m new to Lilypond and am not familiar with wha

Re: Braces with TabStaff

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 19:16, Carl Sorensen a écrit : On 2/12/21, 9:40 AM, "lilypond-user on behalf of David Kastrup"d...@gnu.org> wrote: Carl Sorensen writes: > It seems to me like a ChoirStaff is a special kind of StaffGroup that > is not intended to have tablature associated

Re: Error : Lilypond version 2.19.55 Error invoked

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 17:05, Christian Masser a écrit : Hi Jean! I got a similar error two days ago with a pretty basic file, nothing fancy at all. (To be precise: changing "des2." to "des2. ~ des" produced the error.) After switching to the then up-to-date dev-version (from "2.22.0-2" to "2.23b3

Re: SMuFL Adoption

2021-02-12 Thread Jean Abou Samra
Le 12/02/2021 à 18:53, Jean Abou Samra a écrit : Le 12/02/2021 à 16:48, Garap Magu a écrit : Dear LilyPond Users, Hello, I had a question about Lilypond input files. I saw on the Google Summer of Code page that SMuFL adoption was planned. Would this change the syntax of Lilypond input

Re: Repeated durations: pitches vs rests

2021-02-22 Thread Jean Abou Samra
Hello, For what it's worth, you can do the following. Please be aware, however, that not being fully knowledgeable about LilyPond's representation of music, I cannot guarantee the correctness of this code in all cases. Best, Jean \version "2.22.0" implicitRests = #(define-music-function (musi

Re: Repeated durations: pitches vs rests

2021-02-22 Thread Jean Abou Samra
Le 22/02/2021 à 22:42, David Bellows a écrit : Hello Jean, That works basically like I was hoping it would! Thank you very much for the effort you put into this. I suppose the only issue is that it spits out a warning when a tilde is used: "r8~ 16" but still prints it out properly. I know abso

Re: Repeated durations: pitches vs rests

2021-02-22 Thread Jean Abou Samra
Le 22/02/2021 à 23:51, David Kastrup a écrit : Flaming Hakama by Elaine writes: I admit that I haven't been following this thread super closely, So I don't know if this will help you, but if you want a single object equivalent to r4 ~ 16, you can do r4*5/4 No, that kind of fill-in only wo

Re: Lilypond Substitution Function

2021-02-27 Thread Jean Abou Samra
Le 27/02/2021 à 02:16, Ken Ledeen a écrit : I am struggling to understand the restrictions on substitution functions. For example: 1) can a function include "\score { ...}"  or can it only be invoked INSIDE a \score? 2) is it possible to include \header { ...}  inside a substitution functi

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-03 Thread Jean Abou Samra
Le 03/03/2021 à 13:55, Thomas Morley a écrit : Hi, please have a look at the following minimal, producing three staves, the middle one with consecutive TextSpanners: mus = { bes \startTextSpan b\stopTextSpan \startTextSpan bis\stopTextSpan } << { a4 a a } \mus { c' c' c' } >> Now I want to k

Re: Workaround for (not-allowed) numbers in variable names?

2021-03-07 Thread Jean Abou Samra
Le 07/03/2021 à 03:03, 田村淳 a écrit : Hello David, gamme.1 is not a variable name. It takes gamme to be an alist, and the entry under key 1 is what is addressed here. Since you showed the Scheme equivalent below, I guess the above is a part of LilyPond syntax, or something the LilyPond parse

Re: How to get bounding NoteColumns of the first of consecutive TextSpanners

2021-03-07 Thread Jean Abou Samra
Le 06/03/2021 à 17:47, Thomas Morley a écrit : Hi Jean, [...] I took the liberty to modify your engraver, You must not do this. All of the code I write is forbidden form disclosure and restrictively licensed such that modification is not allowed. The code itself destroys itself when it has b

Re: Forcing articulations inside slurs

2021-03-07 Thread Jean Abou Samra
Le 07/03/2021 à 14:51, Ralph Palmer a écrit : Greetings - Thanks for all your work and help! I'm trying to force portato marks inside slurs. I've attached a MWE. I've tried searching both the regular LilyPond documentation and the LSR, with no luck. Can someone please point me in the right d

Re: acciaccatura as first element of alternative

2021-03-21 Thread Jean Abou Samra
Le 21/03/2021 à 22:14, Roeland Visscher a écrit : The appended .ly file, using a acciaccatura as first element of an alternative, generates the warning message (in French) “Avertissement : extension de reprise déjà présente, fin prématurée de celle-ci” and a weird representation of the alt

Re: Vertical spacing help

2021-03-22 Thread Jean Abou Samra
Le 22/03/2021 à 20:13, Dimitris Marinakis a écrit : I'm having trouble with the vertical spacing of an orchestral score. One StaffGroup for some odd reason doesn't respond to any of the StaffGrouper overrides. (no other overrides used at the Staff level). It uses a hidden second stave. Probl

Re: Vertical spacing help

2021-03-22 Thread Jean Abou Samra
Le 23/03/2021 à 03:12, Dimitris Marinakis a écrit : I've managed to fix it thankfully! I think placing a padding override at the Score block level breaks all other tweaks in the StaffGroup or Staff level. There is no VerticalAxisGroup on Score context as you can learn from http://lilypond.or

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Jean Abou Samra
Le 24/03/2021 à 15:15, Peter Crighton a écrit : Hello all, I am working on some chord charts, sheet music that only includes one ChordNames context. See the reduced example below. I am now running into a problem when using the multi-mark-engraver (https://lists.gnu.org/archive/html/lilypond

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Jean Abou Samra
Le 24/03/2021 à 20:06, Peter Crighton a écrit : On Wed, 24 Mar 2021 at 18:35, Jean Abou Samra <mailto:j...@abou-samra.fr>> wrote: Le 24/03/2021 à 15:15, Peter Crighton a écrit : > I am working on some chord charts, sheet music that only includes one > ChordNam

Re: multi-mark-engraver not working when outside-staff-priority set to false

2021-03-24 Thread Jean Abou Samra
Le 24/03/2021 à 22:06, Peter Crighton a écrit : Thank you. It fixes the error, so the score at least compiles again. But it sadly also renders my use of \override RehearsalMark.outside-staff-priority = ##f useless. (Compare in my original example the output with that line commented in and out.

Re: next issue with renaissance guitar tablature - lines representing sustained notes

2021-03-25 Thread Jean Abou Samra
Le 24/03/2021 à 23:02, bart deruyter a écrit : hello all, I've continued working on my tablature for 4-course renaissance guitar. - I've got the old-style rhythm notation, the letters by using a specific font (could we get these types of letters implemented in lilypond's default font? I guess

Re: Placing arc's beneath text

2021-03-25 Thread Jean Abou Samra
Le 25/03/2021 à 20:15, Jogchum Reitsma a écrit : Hi, In placing two text elements (words, or syllables not belonging to the same word)   under one note, I'd like to place an arc under these text elements. Any one knows if that can be done in Lilypond, and if yes, how? Hints appreciated,

Re: Suggestion: Use non powers of 2 for tuplets

2021-03-26 Thread Jean Abou Samra
Hello! Currently Lilypond only supports powers of 2 for specifying duration. Could we use the other numbers for common divisions? For example: We could use 3 for 2*3/2, 5 for 4*5/4, 6 for 4*3/2, 7 for 8*7/8, 9 for 8*9/8, 10 for 8*5/4, 11 for 8*11/8, 12 for 8*3/2 and so on. This would be quite u

Re: Suggestion: Use non powers of 2 for tuplets

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 12:43, Werner LEMBERG a écrit : For example: We could use 3 for 2*3/2, 5 for 4*5/4, 6 for 4*3/2, 7 for 8*7/8, 9 for 8*9/8, 10 for 8*5/4, 11 for 8*11/8, 12 for 8*3/2 and so on. LilyPond is a notation program first, and your proposal does not map to notation since tuplets also inv

Re: Suggestion: Use non powers of 2 for tuplets

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 14:26, Jean Abou Samra a écrit : Le 26/03/2021 à 12:43, Werner LEMBERG a écrit : For example: We could use 3 for 2*3/2, 5 for 4*5/4, 6 for 4*3/2, 7 for 8*7/8, 9 for 8*9/8, 10 for 8*5/4, 11 for 8*11/8, 12 for 8*3/2 and so on. LilyPond is a notation program first, and your

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 17:28, Jacques Menu a écrit : Hello folks, I have the following version: menu@macbookprojm: ~/libmusicxml-git/soundnotation/Beispiel1 > lilypond -v GNU LilyPond 2.20.0 Copyright (c) 1996--2015 by Han-Wen Nienhuys Jan Nieuwenhuizen and others. This program is free

Re: musicxml2ly problem as of 2.20.0

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 17:57, Jacques Menu a écrit : Hello Jean, I get the same problem with 2.22.0-1: The version of Python that comes in the bundle is: *menu@macbookprojm*: /Applications/LilyPond-2.22.0-1.app/Contents/Resources/bin > ls -sal python*    0 lrwxr-xr-x@ 1 menu  admin       45 Jan 10

Re: Renaissance guitar tablature issues (previously was next issue with renaissance guitar tablature - lines representing sustained notes)

2021-03-26 Thread Jean Abou Samra
Hello, Le 26/03/2021 à 15:23, bart deruyter a écrit : Hey, - thanks for the idea, but after some thought, I'm afraid it won't work. Glissandi don't seem to be the right tool anyway since in the regular staff I'd have to hide it, and when I'd need a real 'glissando' as glissando, I'd have to

Re: Wavy lines - contemporary notation

2021-03-26 Thread Jean Abou Samra
Le 26/03/2021 à 20:57, Rachel Green a écrit : How can I create a wavy line as in this picture? Best, Rachel \relative c   {   \time 6/4   \clef C   \override NoteHead.style = #'harmonic   c’1 r4 r4   } Something like this? \version "2.23.2" mySquiggle = \tweak parent-alignment-X #RIGHT \t

Re: Ancient notation

2021-03-28 Thread Jean Abou Samra
Le 28/03/2021 à 11:43, Mario Moles a écrit : Hi! You know how to make notation like Ancient_notation.png? Thanks See this snippet: https://lsr.di.unimi.it/LSR/Item?id=678 Best, Jean

Re: Note stem centered if font.name changed in EasyHeads

2021-04-02 Thread Jean Abou Samra
Le 02/04/2021 à 12:03, Viktor Mastoridis a écrit : \version "2.20.0" \relative c'' {   \easyHeadsOn   \override NoteHead.font-name = #"Ubuntu"   a b c d} Hello, If I try to change the font.name in EasyHeads, the stem gets to the middle of the note-head (see attached image).

Re: How to stretch one single line?

2021-04-02 Thread Jean Abou Samra
Le 02/04/2021 à 14:04, Thomas Breuss a écrit : Hello, Is it possible to stretch one single line with lilypond like so? [Image] The first example is what I try to achieve. The second exampe is what I have right now in Lilypond. Please note that I have several snippets. These snippets will b

Re: Enharmonically override key signature

2021-04-02 Thread Jean Abou Samra
Hello, Le 30/03/2021 à 03:33, Kieren MacMillan a écrit : Hi Craig, That worked for my over-simplified MWE. But here's my real-world problem with multiple key changes. There are only some that need to be over-ridden enharmonically. See bar 2 of the Alto Sax where I'd like to override this key

Re: Enharmonically override key signature

2021-04-02 Thread Jean Abou Samra
Le 02/04/2021 à 22:15, Kieren MacMillan a écrit : Hi Jean, Something like the attached? It breaks when I abstract the keys: %%% global = { \key aeses \major s1 \key cis \minor s1 } notes = \relative { aeses'8 beses ces deses eeses fes ges aeses cis, dis e fis gis a bis cis

Re: LilyPond 2.21.80 installer on MacOS 10.15 (Hans Åberg)

2021-04-02 Thread Jean Abou Samra
Le 03/04/2021 à 00:02, Jacques Menu a écrit : Hello Hans, Sorry if the question has already raised and I missed it. Marnen’s 2.20 release works fine here with Frescobaldi 3.1.3 on Big Sur 11.2.3. My question is: SimpleSynth seems to be 32 bits only, how can I get the MIDI output played?

Re: skylines and custom-code

2021-04-03 Thread Jean Abou Samra
Le 03/04/2021 à 17:28, Thomas Morley a écrit : Hi, please consider the code below. \version "2.22.0" #(ly:set-option 'debug-skylines #t) { \override NoteHead.no-ledgers = ##t %\override NoteHead.stencil = #point-stencil \override Stem.stencil = #(lambda (grob) (for-each

Re: skylines and custom-code

2021-04-05 Thread Jean Abou Samra
Le 05/04/2021 à 12:00, Thomas Morley a écrit : Hi Jean, thanks for your reply, though the situation is more complex than the initial minimal. Consider the following: { b'4\glissando 4 4 4 2 b'' } The plan is to print a glissando from b' to b'' and at intermediate NoteColumns print a Stem sta

A work-in-progress guide to extending LilyPond

2021-04-05 Thread Jean Abou Samra
Hi, A frequent complaint on this list is the lack of available documentation about LilyPond's inner workings and programming interfaces. Indeed, I have myself experienced the thorny path to getting a grasp of how to extend LilyPond in Scheme. To remedy this, pushed by Jacques, I wrote up the st

Re: skylines and custom-code

2021-04-08 Thread Jean Abou Samra
Le 08/04/2021 à 16:21, Kevin Barry a écrit : Hi Harm, Ok, another 5 days passed working allday on the problem, progress: zero. I give up. Some insights: (1) It would have been helpful to understand how Stems fit into a Beam, then I could use this knowledge to probably do similar with glissan

Re: skylines and custom-code

2021-04-08 Thread Jean Abou Samra
Well, I need correct skylines, at least when it comes to Script, TextScript, Fingerings etc It should only remove the note heads' contribution to skylines: #(ly:set-option 'debug-skylines) {   \override NoteHead.vertical-skylines = ##f   \override NoteHead.no-ledgers = ##t   c'''1^"Text"   c'''

Re: skylines and custom-code

2021-04-09 Thread Jean Abou Samra
Le 08/04/2021 à 18:19, Thomas Morley a écrit : Am Do., 8. Apr. 2021 um 16:21 Uhr schrieb Kevin Barry : Hi Harm, Ok, another 5 days passed working allday on the problem, progress: zero. I give up. Some insights: (1) It would have been helpful to understand how Stems fit into a Beam, then I c

Re: skylines and custom-code

2021-04-09 Thread Jean Abou Samra
Le 09/04/2021 à 11:48, Thomas Morley a écrit : Am Do., 8. Apr. 2021 um 19:26 Uhr schrieb Jean Abou Samra : Well, I need correct skylines, at least when it comes to Script, TextScript, Fingerings etc It should only remove the note heads' contribution to skylines: #(ly:set-option &

Re: centralising markups above notes

2021-04-09 Thread Jean Abou Samra
Le 09/04/2021 à 13:59, Gilberto Agostinho a écrit : Hi David, On 09/04/2021 12:32, David Kastrup wrote: Where does the documentation suggest that \center-align (and similar) does anything to a single item?  It aligns the things passed to it, not their outside. See the Text alignment section

Re: Drum excercise notation

2021-04-09 Thread Jean Abou Samra
Le 09/04/2021 à 09:44, Amir a écrit : Hi everyone, I recently started with lilypond. I'm very new to this and still have to figure things out. However, the main reasons I want to use lilypond is to create my own drum excercises. For this I need to do something like the following and I don't

Re: Is there a way to prevent tied notes from triggering multiple note names with \context NoteNames?

2021-04-09 Thread Jean Abou Samra
Le 09/04/2021 à 17:15, Matthew Probst a écrit : I've been using Lilypond to create lead sheets for a band that I'm in, and it works great for that.  Between that and a website I use for generating simple chord charts, we're covered for our notation purposes. I have some less skilled note rea

Re: skylines and custom-code

2021-04-09 Thread Jean Abou Samra
Le 09/04/2021 à 19:12, Kevin Barry a écrit : On Fri, Apr 09, 2021 at 11:49:48AM +0200, Jean Abou Samra wrote: Or did you observe the same phenomenon without cross-staff beams, Kevin? The same procedure (consider_auto_knees) is called in every case. I presume if there is only one staff involved

Re: skylines and custom-code

2021-04-10 Thread Jean Abou Samra
Le 09/04/2021 à 19:29, Kevin Barry a écrit : By the way, it looks like this issue is not present in 2.20...? If someone already said that then I apologise for missing it. I wonder if we should be looking for the commit that changed it. Sorry, I'm not following, what issue exactly? Other than

Re: skylines and custom-code

2021-04-10 Thread Jean Abou Samra
Le 10/04/2021 à 10:34, Kevin Barry a écrit : On Sat, Apr 10, 2021 at 10:09:01AM +0200, Jean Abou Samra wrote: By the way, it looks like this issue is not present in 2.20...? Sorry, I'm not following, what issue exactly? Harm's original issue with incorrect skylines. I ran his co

Re: A work-in-progress guide to extending LilyPond

2021-04-10 Thread Jean Abou Samra
Hi Harm, Le 10/04/2021 à 15:43, Thomas Morley a écrit : Am Sa., 10. Apr. 2021 um 13:10 Uhr schrieb Thomas Morley : Hi Jean, this is great work. I'd wish it would have been available years ago. at the time I undertook exploring said "thorny path". Well, I have to say that I could never have

Re: A work-in-progress guide to extending LilyPond

2021-04-10 Thread Jean Abou Samra
Le 10/04/2021 à 19:16, Thomas Morley a écrit : Am Sa., 10. Apr. 2021 um 17:55 Uhr schrieb Thomas Morley : I'll check for your recent changes soon. Apart from a nit (below) all looks great now. You did not extend section "Introduction to extending - Printing values" with other printing proced

Re: How to tweak X-Y-offset of left Fingerings in a chord

2021-04-14 Thread Jean Abou Samra
Le 13/04/2021 à 23:18, Thomas Morley a écrit : Hi, let's say I've a chord with Fingerings left. Now I want to tweak a certain Fingering a little bit up/down and left/right. How to do so? Here a minimal to play with: { \set fingeringOrientations = #'(left) %% below does not work

Re: How to tweak X-Y-offset of left Fingerings in a chord

2021-04-14 Thread Jean Abou Samra
Le 14/04/2021 à 10:30, Jean Abou Samra a écrit : For Y-offset, I haven't found a workaround yet. Okay, this does the job: \version "2.22.0" {   \set fingeringOrientations = #'(left)   \once \override Staff.FingeringColumn.positioning-done =     #(lambda (grob)

Re: readline for guile

2021-04-16 Thread Jean Abou Samra
Le 15/04/2021 à 14:32, Andrew Culver a écrit : Here is scheme-sandbox.ly  that comes with my v2.22 install: \version "2.16.0" #(load-user-init) % This loads the user's .guile file for interactive sessions. % One typical thing you might want to put there is % (use-mo

Re: Chromatic clashes

2021-04-16 Thread Jean Abou Samra
Hi, Le 16/04/2021 à 23:13, Lukas-Fabian Moser a écrit : Folks, while the following musical constellation is ugly in the first place, I think we can agree that LilyPond's rendering is less than ideal: \version "2.22.0" { 4 } yielding [image] If we force an accidental to c, we get someth

Re: Percent repeat signs do not scale correctly with magnifyStaff

2021-04-16 Thread Jean Abou Samra
Le 16/04/2021 à 23:19, Peter Crighton a écrit : Hello all, when using \magnifyStaff it seems as though the dots of a percent repeat sign will scale accordingly, but not the slash. I cannot imagine this is expected behaviour. \version "2.23.2" {   \magnifyStaff 0.5   \repeat percent 2 {    

Re: Manual

2021-04-17 Thread Jean Abou Samra
Le 17/04/2021 à 13:48, Mario Moles a écrit : Hi! Thanks! But ... it is very big... Is there anything simpler? I haven't found any. Thanks If you are talking about the \path command, it is explained here: http://lilypond.org/doc/v2.22/Documentation/notation/graphic (scroll down to \path).

Re: Chromatic clashes

2021-04-17 Thread Jean Abou Samra
Hi, Le 17/04/2021 à 14:32, Lukas-Fabian Moser a écrit : After posting my engraver yesterday, I noticed some unforeseen behaviour that gave me an idea for a possible addition to your excellent tutorial on https://extending-lilypond.readthedocs.io/ (which I unfortunately only today had time t

Examples for centered bar numbers

2021-04-17 Thread Jean Abou Samra
Hi, In film scores, bar numbers are centered in the measure between the two bar lines. I have a patch nearly ready to implement this feature in LilyPond. If you have scores that use this convention, it would be helpful if you could send a picture of one page, so that I can adjust the font si

Re: Examples for centered bar numbers

2021-04-18 Thread Jean Abou Samra
Le 17/04/2021 à 17:29, Kieren MacMillan a écrit : Hi Jean, In film scores, bar numbers are centered in the measure between the two bar lines. I have a patch nearly ready to implement this feature in LilyPond. Looking forward to seeing how you accomplished it! Here you go: https://gitlab.co

Re: LilyPond Question

2021-04-18 Thread Jean Abou Samra
Le 18/04/2021 à 18:31, Thomas Morley a écrit : Am So., 18. Apr. 2021 um 18:23 Uhr schrieb F M : Hi, I hope you are doing well. I was wondering if you possibly knew how to center align bar numbers over the first notes in a measure on new lines. In reference to the first attached screen cap,

Re: Cross-staff slurs

2021-04-19 Thread Jean Abou Samra
Le 19/04/2021 à 07:47, Jacques Menu a écrit : Hello folks, MusicXML has the concept of a slur to a note in another staff, and MusicScore provides this feature. The simple attempt, first attached image, doesn’t produce a satisfactory result. Is there a way to obtain such a slur in LilyPond

Re: Center align Bar numbers to first note in first measures on new lines

2021-04-19 Thread Jean Abou Samra
Le 18/04/2021 à 20:16, F M a écrit : Thank you *Correction*​ Currently, I have bar numbers _aligned to the right of the key signatures_. This is what I have at the moment: MvmntIVoiceI = { \override Score.BarNumber.font-size = #0.2 \override Score.BarNumber.font-series = #'bold \override Sc

Re: markup-command boxing the real printed ink?

2021-04-20 Thread Jean Abou Samra
Le 20/04/2021 à 16:59, Valentin Petzel a écrit : Hello David, That is a very different thing. with-outline simply tells the outputter to use a different stencil for calculating the skylines of a stencil. The problem here is that Lilypond relies on the stencil basically telling it’s extent. The

Re: Center align Bar numbers to first note in first measures on new lines

2021-04-20 Thread Jean Abou Samra
Le 20/04/2021 à 14:22, F M a écrit : Centering a stencil on another stencil (unimi.it) Centering markup on note heads automatically (unimi.it) I also found these two snippets in the repository, perhaps they c

Re: Examples for centered bar numbers

2021-04-22 Thread Jean Abou Samra
Le 18/04/2021 à 13:18, Jean Abou Samra a écrit : Please test and comment! Gentle ping?

Re: "compound music expression" to "music" expression"

2021-04-23 Thread Jean Abou Samra
Le 23/04/2021 à 10:52, Gianmaria Lari a écrit : How can I convert a "compound music expression" made of just *one* "music expression" to a music expression? So something that "removes" curly brackets. For example it should convert {} to Thanks, g. If you have it at hand in Sch

Feedback requested: measure counter over compressed MM rest

2021-04-23 Thread Jean Abou Samra
Hi, The measure counter currently understands a compressed MM rest as a single measure: \version "2.23.3" \new Voice \with { \consists Measure_counter_engraver } \compressMMRests { \startMeasureCount c'1 R1*5 c'1 c'1 \stopMeasureCount } This has been registered as an issue in the tracker: htt

Re: Confirming no color gradients

2021-04-23 Thread Jean Abou Samra
Le 22/04/2021 à 03:37, Michael Blankenship a écrit : I'm just hoping to confirm that Lilypond does not have any way to generate or apply continuous color gradients to grobs. It certainly doesn't seem like it, since a search for the term returns *zero*results, a first for me. ​ So, no color gr

Re: updating "display multi measure rest span"

2021-04-25 Thread Jean Abou Samra
Le 25/04/2021 à 17:58, fremoin a écrit : Hello, Le 29/03/2021 à 12:31, Thomas Morley a écrit : (...) Here a fixed version: This version works nicely with \time 4/4 but gives an odd result with other \time : % \version "2.23.2" \layout {   \override Score.BarNumber.br

Re: Supress cross-system tuplet courtesy text?

2021-04-27 Thread Jean Abou Samra
Le 27/04/2021 à 03:13, Michael Blankenship a écrit : Related question: Is there a way to suppress the courtesy parens that happen when I'm putting the text on the far side of the \break for a Horizontal Bracket? You want something like \version "2.23.3" \layout {   \context {     \Voice   

Re: Supress cross-system tuplet courtesy text?

2021-04-27 Thread Jean Abou Samra
Le 27/04/2021 à 22:01, Jean Abou Samra a écrit : Le 27/04/2021 à 03:13, Michael Blankenship a écrit : Related question: Is there a way to suppress the courtesy parens that happen when I'm putting the text on the far side of the \break for a Horizontal Bracket? You want something

Re: skylines and custom-code

2021-04-30 Thread Jean Abou Samra
Le 05/04/2021 à 12:00, Thomas Morley a écrit : Hi Jean, thanks for your reply, though the situation is more complex than the initial minimal. Consider the following: { b'4\glissando 4 4 4 2 b'' } The plan is to print a glissando from b' to b'' and at intermediate NoteColumns print a Stem star

Re: Tempo markings placement for trio music

2021-04-30 Thread Jean Abou Samra
Le 30/04/2021 à 19:17, Rachel Green a écrit : Hi, For trios, I would like all the tempo markings to occur both above all parts (as seen above the flute in the example below) but also right above the harp part. When I add a tempo marking to the harp part, it places it above the flute part, bu

Re: Behaviour of systemStartDelimiter

2021-04-30 Thread Jean Abou Samra
Le 30/04/2021 à 20:45, Timothy Lanfear a écrit : I would like a StaffGroup without any systemStartDelimiter -- staves grouped inside simultaneous music will not do because I would like a \with clause to modify the context plugins. Unsetting the systemStartDelimiter does the trick \new StaffG

Re: Microtonal midi output

2021-05-08 Thread Jean Abou Samra
Le 08/05/2021 à 20:33, brahim.pro a écrit : Hello, I would like to define a scale, let's say A minor, and slightly change the frequency of the notes in the output MIDI file. I have trouble finding this feature in the documentation. So does this feature exist and how to do that? Thanks, Br

Re: Microtonal midi output

2021-05-09 Thread Jean Abou Samra
Le 08/05/2021 à 23:50, Lukas-Fabian Moser a écrit : Hi Jean, (let* ((tones (ly:pitch-tones pitch))     (r (ly:moment-main (ly:moment-mod    (ly:make-moment tones 0)    (ly:make-moment 6 0 ... using Li

Re: Microtonal midi output

2021-05-09 Thread Jean Abou Samra
Le 09/05/2021 à 19:31, Lukas-Fabian Moser a écrit : Hi Jean, It is a well-known trick… See https://gitlab.com/lilypond/lilypond/-/issues/3139 Ah yes, thank you, I didn't know that. But I'm also relieved that DK seems to share my misgivings about the conceptual jumble involved... :-) Well y

Re: text span

2021-05-09 Thread Jean Abou Samra
Hello, Le 09/05/2021 à 23:17, frederic.colled...@netcourrier.com a écrit : Hi folks! Sorry, forum dummy here. I hope I didn't do anything wrong, especially if I'm posting at a wrong place. It is the right place. However, if (as your name suggests) your native language is French, you might w

French-speaking virtual meeting

2021-05-10 Thread Jean Abou Samra
Hi all, For your information, the lilypond-user-fr community is organizing a French-speaking virtual meeting, planned somewhere between late May and June. It is being discussed on that list: http://lilypond-french-users.1298960.n2.nabble.com/Cafe-Lily-2021-td7591082.html We will have present

Re: Horizontal beam parallel to staff

2021-05-11 Thread Jean Abou Samra
Le 11/05/2021 à 04:03, Ahanu Banerjee a écrit : I know it is not standard practice, but I am looking for a way to make beams parallel to staff despite the noteheads on either side of the beam having different vertical positions on the staff. Setting beam damping to a high value reduces the sl

Re: Can I switch off automatic repetition of spanner text?

2021-05-12 Thread Jean Abou Samra
Le 12/05/2021 à 11:39, Matthew Munro a écrit : Greetings, all. I have searched for help on this and failed to find. Please would someone tell me how to suppress automatic repetition of spanner text (where the spanner reaches a new line)? Repetition appears to be the default. I have not seen

Re: A question for the wise with brains or those who just used it for a while and know :)

2021-05-15 Thread Jean Abou Samra
Hi all, Le 14/05/2021 à 16:18, Carl Sorensen a écrit : On 5/14/21, 7:05 AM, "darki...@jesusgod-pope666.info" wrote: The Half note of cause is should still be a half note or half break, I just don't want it taking precious space like that, that is nonsense in my view.

Re: Basic functions

2021-05-15 Thread Jean Abou Samra
Le 15/05/2021 à 19:49, Jenifer Tribe a écrit : I want to include a change of midi tempo at various points in a score, using something like \setSpeed #2 #120 where setSpeed =   #(define-music-function       (parser location scale speed)       (number? number? )     #{        \set Score.tempoHid

Re: changing feta23 fonts

2021-05-16 Thread Jean Abou Samra
Le 16/05/2021 à 14:20, darki...@jesusgod-pope666.info a écrit : Maybe the font size is automatically and follow the staff size... maybe that is what is written on the help file, I thought I needed to change the font size in the notehead to make it fit whatever size I might be wrong, sorry

Re: Last update before going to sleep, is it possible to turn or tilt musical Diagrams? Colors to the Diagrams?

2021-05-17 Thread Jean Abou Samra
Le 17/05/2021 à 23:36, darki...@jesusgod-pope666.info a écrit : So I am getting closer to finishing my Tin Whistle varibles :) - a long list, I should be able to finish it after sleep, making the last work on it. This is how a line now looks: e2\len g4\lgn e\len d\ldn e\len g\lgn fs\lfs e2\

Re: Background Colour

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 16:38, Lukas-Fabian Moser a écrit : Seeing the discussion on coloured lyrics, colour this and that, I realized that for some parts I do change the Background Colour of the clefs maually (using a standard ofice yellow marking (grease) pencil each time after an update print. Th

Re: Background Colour

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 17:55, Lukas-Fabian Moser a écrit : Hi Jean, How about a separate grob with engraver? Try the attached. This should be included in the documentation as a textbook example for a not-quite-trivial, but reasonably straightforward example of a both a custom engraver and a cust

Re: Last update before going to sleep, is it possible to turn or tilt musical Diagrams? Colors to the Diagrams?

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 17:54, darki...@jesusgod-pope666.info a écrit : Hello Jean, thanks for the tip on the tilting and color. Well... I wonder, did not respond once before... Maybe I did not send it. Yea I have 2 scripts now including yours to look at... I tried your script and seems it only goes fo

Re: Changing volta number text

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 21:57, Carl Sorensen a écrit : On 5/18/21, 1:46 PM, "lilypond-user on behalf of Kieren MacMillan" wrote: Hi Ralph, > I have to admit, after learning from you that the documentation is accurate, and spending some time examining the various examples in the doc

Re: Adjusting colors and such... A snapshot of the work so far.

2021-05-18 Thread Jean Abou Samra
Le 18/05/2021 à 23:08, darki...@jesusgod-pope666.info a écrit : I guess I did not really do much today, although did a lot of toying around - but it is not going to quick with the changes now. But... Here it is in png if anyone wanna have a look. Still much to do. My lyrics I think need to b

Re: Dynamics line above staff

2021-05-21 Thread Jean Abou Samra
Le 21/05/2021 à 14:23, Bernhard Kleine a écrit : here is the MWE: \version "2.21.1" \language "deutsch" \header {   title = "Ländler"   tagline = "Bernhard Kleine 2021" } \paper {   #(set-paper-size "a4") } global = {   \key d \major   \numericTimeSignature   \time 3/4 } soprano = \rela

Re: Dynamics line above staff

2021-05-21 Thread Jean Abou Samra
Le 21/05/2021 à 16:19, Bernhard Kleine a écrit : By the way, would it be possible to have the dynamics the single soprano text . Sorry, I don't understand the question. Could you rephrase it, please? Best, Jean

Re: Dynamics line above staff

2021-05-21 Thread Jean Abou Samra
Le 21/05/2021 à 21:15, Bernhard Kleine a écrit : The dynamic line ist above the text (snippet) for the soprano. I would like to see it below the text, but on top of the staff that the "Mädel gib acht" is on top. I hope this is better phrased. KR Bernhard I see. How about this? \version "2.

Re: Rest, skip, or silent notes?

2021-05-23 Thread Jean Abou Samra
Le 23/05/2021 à 16:49, Bernhard Kleine a écrit : Am 23.05.2021 um 15:33 schrieb Lukas-Fabian Moser: \version "2.21.1" \language "deutsch" <<   \new Staff \with { \clef bass }   <<     \new Voice = bassMain \relative {   \time 3/4   fis( h,) e   r a a,8 r   r4 a' a,8 r   

Re: Guile library function availability

2021-05-24 Thread Jean Abou Samra
Le 24/05/2021 à 19:21, Lukas-Fabian Moser a écrit : Hi, during my experiments with TextSpanners I stumbled upon the following: \version "2.22" \layout {   \override NoteHead.after-line-breaking =   #(lambda (grob) (pretty-print "I explode.")) } {   a4 } explodes because pretty-print isn't av

Re: Can't use addArticulation function

2021-05-28 Thread Jean Abou Samra
Le 28/05/2021 à 22:45, Ivanov Dmitry a écrit : I need to add staccato signs to all the notes in a group. I read this thread: http://lilypond.1069038.n5.nabble.com/Function-to-add-articulation-to-all-notes-td208433.html and copied addArticulation function from it. But unfortunately when I try

Re: Can't use addArticulation function

2021-05-29 Thread Jean Abou Samra
Le 29/05/2021 à 22:10, Ivanov Dmitry a écrit : Hi Dmitry, Isn't it possible to simply use the pre-packaged installer? The current 32-bit version is https://lilypond.org/download/binaries/linux-x86/lilypond-2.22.1-1.linux-x86.sh Lukas Yes, tried that. It worked. This is much easier. But

Re: Problem with Mac OS X x86 32-bit: LilyPond 2.23.0-1

2021-05-30 Thread Jean Abou Samra
Le 17/03/2021 à 00:24, Jacques Menu a écrit : Hello, I’m using Mac OS X Mojave 10.14.6 (32 bits), and I get this message when launching this version, which I just download from Lily’s web site at https://lilypond.org/development.html :  dyld: Lib

<    1   2   3   4   5   6   7   8   9   10   >