Re: VerticalAxisGroup error

2023-04-15 Thread Jean Abou Samra
> Le 15 avr. 2023 à 08:38, Andrew Bernard a écrit : > > But the piece fails to compile. Somewhat difficult to ignore, no? Because of #6482, not #6171.

Re: VerticalAxisGroup error

2023-04-15 Thread Jean Abou Samra
 > Le 15 avr. 2023 à 08:23, Andrew Bernard a écrit : > Not that this may help., but it used to compile under 2.19.83 when I wrote it. > For what it’s worth, #6171 is not a regression (or 2.24 would not have been released without a fix for it). This internal problem was already there before,

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 15:40 +1000, Andrew Bernard a écrit : > Starting lilypond 2.25.3 [whiteout.ly]... > Processing `/home/acb/work/lilypond/proportion/whiteout.ly' > Parsing... > > oll-core: library infrastructure successfully loaded. > Interpreting

Re: VerticalAxisGroup error

2023-04-14 Thread Jean Abou Samra
Le samedi 15 avril 2023 à 12:45 +1000, Andrew Bernard a écrit : > I am reviving a large project from about six or seven years ago. > I'm unable toi easily work out how to produce an MWE for this. > Here's the error: > Preprocessing graphical objects... > programming error: cyclic dependency:

Re: converting `\markuplist` to `\markup`

2023-04-14 Thread Jean Abou Samra
> Le 14 avr. 2023 à 09:13, Valentin Petzel a écrit : > > A markup list is a list of markups, This ain’t true, since \markuplist \table … is a markup list but not a Scheme list of markups, unlike \markuplist { a b c }, but I agree with the rest of your post. Best, Jean

Re: Vertical spacing between wordwrap items within markup column

2023-04-13 Thread Jean Abou Samra
Le jeudi 13 avril 2023 à 16:20 -0600, Benjamin Bruce a écrit : > I think using \pad-around will work best in my case. The reason I'm using > \wordwrap-string is because I am passing a string via a variable. Thanks for > your help, and I'm glad this has resulted in an improvement to the >

Re: Vertical spacing between wordwrap items within markup column

2023-04-13 Thread Jean Abou Samra
Le jeudi 13 avril 2023 à 10:54 +, Werner LEMBERG a écrit : > Anyway, your explanation was quite helpful; I will update the > documentation to mention that the baseline of a `\wordwrap-string` > object is the baseline *of the first line*. Well, it's not just with `\wordwrap-string` but also

Re: Can't compile LSR #1000 with 2.25.4

2023-04-13 Thread Jean Abou Samra
Le jeudi 13 avril 2023 à 19:26 +, Werner LEMBERG a écrit : > ``` > > After inserting a version statement and running `convert-ly` on > >   > [http://lsr.di.unimi.it/LSR/Item?id=1000](http://lsr.di.unimi.it/LSR/Item?id=1000) > > I get this ominous error: > > ``` > init.ly:64:2: error:

Re: Re: Vertical spacing between wordwrap items within markup column

2023-04-13 Thread Jean Abou Samra
Le jeudi 13 avril 2023 à 09:13 +, juergen.gr...@xyz.de a écrit : > "\column args (markup list)Stack the markups in args vertically. The property > baseline-skip determines the space between markups in args." > > So is it a bug in \column rather than in \wordwrap-string? No bug here,

Re: Vertical spacing between wordwrap items within markup column

2023-04-13 Thread Jean Abou Samra
Le jeudi 13 avril 2023 à 05:11 +, Werner LEMBERG a écrit : > This smells like a bug: `\wordwrap-string` returns a bunch of lines > spaced by `baseline-skip`, but no such skip is applied after the last > line, for whatever reason. Why would it be applied after the last line? Other spacing

Re: Vertical spacing between wordwrap items within markup column

2023-04-13 Thread Jean Abou Samra
Le mercredi 12 avril 2023 à 21:48 -0600, Benjamin Bruce a écrit : > Maybe I'm missing something here, but how can I make the space between items > in a markup column regular? As you can see in the example, if the text is > short so that there is no wrapping necessary, the space is fine. But the

Re: /usr/local/lilypond/usr/bin/lilypond: not found

2023-04-12 Thread Jean Abou Samra
Le mercredi 12 avril 2023 à 16:07 -0700, JD Margulici a écrit : > Hi Jean, > > your diagnostic sounds promising. I successfully installed the Frescobaldi > Flatpak, but still cannot launch lilypond from the command line. Any idea how > to get there? I'm building a docker container and I don't

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
Le mercredi 12 avril 2023 à 11:31 -0700, Aaron Hill a écrit : > One option I did not see mentioned was putting the score into a markup > to horizontally center it: > > > asdf = \score { >    \relative { c'4 d e f \break g a b c } >    \layout { line-width = 4\in } > } > > \markup

Re: How to fix markup horizontal position relative to edge of page

2023-04-12 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 15:25 -0600, Benjamin Bruce a écrit : > Hello all, > I am trying to layout some documents where the score is centered on the page, > and underneath it is some markup text that is aligned left, relative to the > edge of the page. In some documents the score will be

Re: converting `\markuplist` to `\markup`

2023-04-12 Thread Jean Abou Samra
 > Le 12 avr. 2023 à 11:07, Werner LEMBERG a écrit : >  > What's the proper way to convert a `\markuplist` to a `\markup`? > `lilypond-book` splits a top-level `\table` into separate lines; I > want to avoid that because it prevents fine-tuning of the vertical > spacing of rows. Right now I

Re: `TextMark` doesn't react to `staff-padding`

2023-04-12 Thread Jean Abou Samra
> Le 12 avr. 2023 à 09:38, Werner LEMBERG a écrit : > >  > Please have a look at this snippet: > > ``` > { > \override Score.TextMark.staff-padding = 2 > \textMark "x" c'' > \textMark "g" c'' > } > ``` > > I expect that both the 'x' and the 'g' are aligned at the baseline. > However, it

Re: /usr/local/lilypond/usr/bin/lilypond: not found

2023-04-12 Thread Jean Abou Samra
Le 12 avr. 2023 à 02:26, JD Margulici a écrit :Hello, I am running the following commands to install Lilypond on Alpine Linux:wget https://lilypond.org/download/binaries/linux-64/$LILYPOND_INSTALLERsh $LILYPOND_INSTALLERwith LILYPOND_INSTALLER set to lilypond-2.23.6-1.linux-64.shThe installation

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 07:59 -0500, Tim's Bitstream a écrit : > This has been my experience, also. I think if the font and/or app is not > installed In The Apple Way, applications like LP can't find them.  When I > upgrade Lilypond, each time I have to manually install the lilyjazz fonts >

Re: Needing space after a user-defined ornament

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 07:14 -0400, Kieren MacMillan a écrit : > Hi Alasdair, > > > > Many thanks indeed - that works a treat!  How does one find out about these > > things?  I had tried just > > - \tweak extra-spacing-width #'(2 . 3) > > which hadn't worked.  Clearly I needed the extra space

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 08:07 +0100, Michael Hendry a écrit : > On 10 Apr 2023, at 23:13, Jean Abou Samra wrote: > > Le lundi 10 avril 2023 à 22:59 +0100, Michael Hendry a écrit : > > > > > Thanks, Jean, > > > This is what’s

Re: Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 22:59 +0100, Michael Hendry a écrit : > Thanks, Jean, > > This is what’s in ~.config/fontconfig/fonts.conf: > > > > > >   > That definitely does not look like a valid config file. It has a duplicate XML declaration, and the `` element should not be

Re: Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 18:05 +0100, Michael Hendry a écrit : > I’ve started to review my old lead sheets, which use lilyjazz fonts, and find > that previously unproblematic files are compiled with no staff, just a long > list of chord names. > > Going back to basics, with this rudimentary

Re: Middle-C position doesn't move key signature

2023-04-10 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 11:55 +0200, Johannes Roeßler a écrit : > Hi, > neither the clef position (which is mentioned in the documentation, so > this is expected) - nor the middelCPosition move the key signature. > How do I have to move it? > > \version "2.24.0" > {

Re: [Frescobaldi] ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
(Adding back the list) > Le 10 avr. 2023 à 13:36, Dimitri Sykias a écrit : > > With the arm64. So, I can’t run Frescobaldi on Monterey with M1 processor, > can I? Try the x86_64 one, I think it will work (just a bit slower than native arm64 binaries, since it will run via emulation). Of

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
> Le 10 avr. 2023 à 13:39, Werner LEMBERG a écrit : > >  > Dear Frescobaldi team, > > >> We are glad to announce the availability of Frescobaldi 3.3.0. >> [...] > > Is it necessary to update the Frescobaldi installation instructions in > LilyPond's Learning Manual? > >

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
> Le 10 avr. 2023 à 12:32, Dimitri Sykias a écrit : > > I installed Frescobaldi in macOS Monterey 12.6.4. When I try to launch it I > get the following error: > “Frescobaldi has encountered a fatal error and will now terminate” Is this with the x86_64 bundle or the arm64 one? The latter

Re: [Frescobaldi] ANN: Frescobaldi 3.3.0

2023-04-09 Thread Jean Abou Samra
> Le 10 avr. 2023 à 02:04, Andrew Bernard a écrit : > I imagine over time Wilbert and the Frescobaldi developers will release > exclusively with flatpak. Although I don't know their plans, that may well > happen, making it harder to do a manually crafted install. I don’t see why we would

Re: [Frescobaldi] ANN: Frescobaldi 3.3.0

2023-04-09 Thread Jean Abou Samra
 > Le 10 avr. 2023 à 00:32, Knute Snortum a écrit : > Is there a reason I shouldn't install Frescobaldi from the tar.gz file in the > release page? That's what I've been doing. I don't want to set up Flatpack > on my Ubuntu system. If you do that, keep in mind that you should also update

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-09 Thread Jean Abou Samra
> Le 10 avr. 2023 à 05:27, Jon Arnold a écrit : > >  > Thanks for the update! > > Is the icon missing for any other Windows users? I get a white page icon in > the taskbar. It’s indeed been noticed (but we didn’t want to hold the release for it). See

Re: Vertical Space between lyric lines

2023-04-09 Thread Jean Abou Samra
> Le 9 avr. 2023 à 19:30, Johannes Roeßler a écrit : > >  > thx Jean, > > this works - but for some reason only from page 2 on... any idea what the > reason could be? I have not been able to make it happen in a minimal > example... > There is still enough space on the first page - so this

Re: Vertical Space between lyric lines

2023-04-09 Thread Jean Abou Samra
Le dimanche 09 avril 2023 à 11:01 +0200, Johannes Roeßler a écrit : > Hi all - and happy Easter! > Quick question - how can I tweak the vertical space between two lyric > lines individually (so not the same space between all lines) - I assume > something with the VerticalAxisGroup.

Re: Ragged bottom for end of a score block?

2023-04-09 Thread Jean Abou Samra
Le dimanche 09 avril 2023 à 21:59 +1000, Alasdair McAndrew a écrit : > I have a piece with a number of movements, and each movement has its own > score block.  If I set "ragged-bottom==##t" in the paper block, then every > page has this property.  Or if I use "ragged-last-bottom=##t" it affects

Re: Bounding box for rotated markup

2023-04-09 Thread Jean Abou Samra
> Le 9 avr. 2023 à 10:50, Thomas Morley a écrit : > > Hi, > > please consider following code: > > pol = \markup \polygon #'((0 . 2) (10 . 0) (10 . 20) (0 . 22)) > \markup \override #'(box-padding . 0) \box { \pol \rotate #45 \pol } > > See attached image. > How to get \box tight to the

Re: Graphics

2023-04-08 Thread Jean Abou Samra
Le samedi 08 avril 2023 à 10:58 +0200, Johannes Roeßler a écrit : > now I managed to make my EPS accessable in Lilypond, and I am able to > use it as markup. > Now I want to use it to replace a clef. In the snippets there is a > way, that creates an alternative stencil and

Re: define-markup-command

2023-04-08 Thread Jean Abou Samra
Le vendredi 07 avril 2023 à 13:11 -0400, Ken Ledeen a écrit : > Hi All, > Thanks to Jean Abou Samra I can now create \markup that goes to a place in a > youtube video. > > These are of the form: > > fis4^\markup \with-url#"[https://youtu.be.](https://youtu.be.)..?

Re: Error compiling a book

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 10:29, John McWilliam a écrit : > >  > Windows 10 > Frescobaldi 3.2 > Liliypond 2.24.0 > > I am getting the following error when compiling my book to tunes: > > programming error: file name not normalized: > ..\..\Includes\Polis_format_portrait.ily > continuing, cross

Re: OLL bezier error

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 08:15, Jean Abou Samra a écrit : > >  > > >>> Le 8 avr. 2023 à 04:25, Andrew Bernard a écrit >>> : >>> >>  >> Has anybody ported the openlilylib/bezier library to work with recent >> versions of lilypon

Re: OLL bezier error

2023-04-08 Thread Jean Abou Samra
> Le 8 avr. 2023 à 04:25, Andrew Bernard a écrit : > >  > Has anybody ported the openlilylib/bezier library to work with recent > versions of lilypond? > The errors sound like nobody did.

Re: Graphics

2023-04-07 Thread Jean Abou Samra
Le samedi 08 avril 2023 à 00:02 +0200, Johannes A. Roeßler a écrit : > Excellent! Did I miss it somewhere in the documentation or is this well > hidden? The \epsfile command? It's on the page you gave the link of... signature.asc Description: This is a digitally signed message part

Re: Graphics

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 19:15, Johannes A. Roeßler a écrit : > >  > Thx for the fast answer. In the EPS I will find the needed moveto and curveto > commands to copy to lilypond? Don’t copy the contents of the file. Just put the EPS file next to your LilyPond file and write \markup \epsfile

Re: Graphics

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 19:02, Johannes Roeßler a écrit : > >  > Hi Group, > > is there a way to generate vector files with a program producing e.g. a SVG > files and convert it to the PS commands needed for lilypond? > https://lilypond.org/doc/v2.22/Documentation/notation/graphic > If I

Re: OLL shaoing bezier curves

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 14:23, Andrew Bernard a écrit : > >  > I have this: > > DEPRECATION! You have loaded the openLilyLib module > snippets.notation-snippets.shaping-bezier-curves.shapeII The functionality of > this module has been moved or reimplemented in the module bezier.shapeII >

Re: Openlilylib questions

2023-04-07 Thread Jean Abou Samra
> Le 7 avr. 2023 à 14:06, Andrew Bernard a écrit : > > Since handing over OLL I have lost track of processes. What is the > communications platform for queries and discussions now? I don’t think anything has been set up to replace your Discourse server, but GitHub issues are still there.

Re: temporarily overriding paper variables

2023-04-05 Thread Jean Abou Samra
Le samedi 01 avril 2023 à 13:57 +0200, Jean Abou Samra a écrit : > Le mercredi 29 mars 2023 à 21:56 +0200, Jean Abou Samra a écrit : > > > > > It seems so, yes.  Jean, do you have an idea?  Shall I submit an issue? > > > > I am not yet sure if this is a bug o

Re: trouble putting \book block in a scheme function

2023-04-05 Thread Jean Abou Samra
Le mercredi 05 avril 2023 à 14:30 -0600, Jeff Olson a écrit : > The conclusion of [1], on how to put nicely cropped png or svg images > into individual files with specified file names, was to wrap each score > in a \book block with an individual \bookOutputName, as shown in that > message. >

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 12:56 +0100, Richard Shann a écrit : > I don't understand, I'm afraid. Denemo only makes calls to the g_spawn* > functions as documented. The function might_be_console_process() is > static - internal to glib - or rather to some executable that it calls, >

Re: left margin difference between `\markup` and `\table`

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:03 +, Werner LEMBERG a écrit : > Why is there a difference in the formatting?  I would like to have the > same behaviour – ideally, `\markup` should also take the rounded box > into account while computing the horizontal extent. `\rounded-box` does not displace its

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:03 +0100, Richard Shann a écrit : > The documentation on -dlog-file doesn't specify where the file will > appear in the case that a full path is not given, I think it just gets put in the current working directory (as I would expect). signature.asc Description:

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 11:34 +0200, Jean Abou Samra a écrit : > Le lundi 03 avril 2023 à 20:50 +0200, Jonas Hahnfeld via LilyPond user > discussion a écrit : > > > This shouldn't be needed: g_spawn_sync internally uses a helper > > executable that should take care e

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 20:50 +0200, Jonas Hahnfeld via LilyPond user discussion a écrit : > This shouldn't be needed: g_spawn_sync internally uses a helper > executable that should take care exactly of this aspect. LilyPond uses > it internally to call Ghostscript. Hmm, but Denemo is

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-04 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 10:29 +0100, Richard Shann a écrit : > The situation on Windows without lilypond-windows.exe is even worse > than I thought - the option -dlog-file no longer generates the log file > into the prescribed place - instead the log is splashed onto the > terminal box

Re: keep measures on the same line

2023-04-04 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 16:57 +0200, Gianmaria Lari a écrit : > Sometimes I want to keep some measures on the same line. To do this I use > \nobreaks and I set the fontsize manually by trial and error. Isn't there an > easier way? Before this group of measures, put ``` \autoLineBreaksOff

Re: Custom engraver to draw frame around notes

2023-04-03 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 20:12 -0400, Nate Whetsell a écrit : > Because this engraver doesn’t mention staffs at all, I’m not sure how this is > happening or how to fix it, and I’m hoping I’m missing something simple. Any > help would be greatly appreciated! A small test program follows. I see

Re: Creating Text with Hyperlinks

2023-04-03 Thread Jean Abou Samra
Le mardi 04 avril 2023 à 01:25 +0200, Jean Abou Samra a écrit : > Le lundi 03 avril 2023 à 19:15 -0400, Ken Ledeen a écrit : > > > Hello All, > > I would like to be able to add conventional text to a score, but provide > > associated hyperlinks in the PDF.  FOr examp

Re: Creating Text with Hyperlinks

2023-04-03 Thread Jean Abou Samra
Le lundi 03 avril 2023 à 19:15 -0400, Ken Ledeen a écrit : > Hello All, > I would like to be able to add conventional text to a score, but provide > associated hyperlinks in the PDF.  FOr example, the title might have a > hyperlink to a youtube video of the score being performed. > > So far,

Re: -dgui option dropped in 2.24 - how to stop the black box on Windows now?

2023-04-03 Thread Jean Abou Samra
> Le 3 avr. 2023 à 12:21, Richard Shann a écrit : > > Is there any chance the developers might re-instate the > lilypond-windows.exe? Maybe. Is it as easy as compiling with -mconsole ? Does that have other effects to take care of? Is there a use case where the current mode is important or

Re: Question for Windows users

2023-04-02 Thread Jean Abou Samra
Many thanks to Gilles, Mark, and also Arne Peters who replied off-list, that gives me the needed info. signature.asc Description: This is a digitally signed message part

Question for Windows users

2023-04-01 Thread Jean Abou Samra
Hi, A little question for Windows users: could one of you please do the following test and report back? 1. Choose any font that is NOT installed on your system. Random choice: https://www.fontsquirrel.com/fonts/alex-brush It's very recognizable, so it'll be easy to tell if the font is

Re: sectionLabel with box - global formatting

2023-04-01 Thread Jean Abou Samra
Le samedi 01 avril 2023 à 21:02 +0200, Stephan Schöll a écrit : > > Hi Ponders > > > > In earlier scores of mine I used > > > > /mark /markup {  /box "Mark Label" } > > > > Now that I'm migrating (some of) those to /sectionLabel (yes, I can > > simply replace /mark by /sectionLabel) I wonder

Re: Alternative beginnings

2023-04-01 Thread Jean Abou Samra
Le samedi 01 avril 2023 à 12:05 -0400, John Burt a écrit : > > I know how to use \repeat volta to produce alternative endings. I'm trying > > to set a song in which the music for verses 2 and 3 is different from the > > music for verse 1. Is there something like > > \repeat volta for

Re: temporarily overriding paper variables

2023-04-01 Thread Jean Abou Samra
Le mercredi 29 mars 2023 à 21:56 +0200, Jean Abou Samra a écrit : > > It seems so, yes.  Jean, do you have an idea?  Shall I submit an > > issue? > > I am not yet sure if this is a bug or not. This is from `page-layout-problem.cc`: ``` void Page_layout_problem::append_prob (

Re: bookOutputName still gets "-1" suffix added to SVG file names

2023-03-31 Thread Jean Abou Samra
Le jeudi 30 mars 2023 à 23:09 -0600, Jeff Olson a écrit : > Both are properly cropped, as opposed to whole (tall?) pages. The name "-dtall-page" could perhaps be clearer. It means that all normal pages are taken and squashed together vertically. If you also specify -dno-use-paper-size-for-page,

Re: bookOutputName still gets "-1" suffix added to SVG file names

2023-03-30 Thread Jean Abou Samra
Le jeudi 30 mars 2023 à 18:31 -0600, Jeff Olson a écrit : > Understood, but, like midi, the first file could (should) still have > been un-suffixed. > And the current mismatch between layout files and midi files is a > good reason for the opposite: > Consider this MWE named MidiMismatch.ly that

Re: bookOutputName still gets "-1" suffix added to SVG file names

2023-03-29 Thread Jean Abou Samra
Le mercredi 29 mars 2023 à 22:56 -0600, Jeff Olson a écrit : > I've got to generate a thousand+ cropped SVG files with specified file names > from one lilypond compilation, so I'm wrapping each score in a \book with > its own \bookOutputName as in this MWE: > > \version "2.24.1" >

Re: temporarily overriding paper variables

2023-03-29 Thread Jean Abou Samra
Le mercredi 29 mars 2023 à 10:58 +, Werner LEMBERG a écrit : > ``` > > >> Alas, it *still* doesn't work as expected.  Obviously, I have > >> simplified the code example too much: adding a `ChordNames` context > >> prevents alignment.  Note that the top skyline of the chord symbol > >> doesn't

Re: Height of markup entered on a Dynamics Staff

2023-03-29 Thread Jean Abou Samra
Le mercredi 29 mars 2023 à 13:07 +0100, Richard Shann a écrit : > In the following snippet the text is displaced vertically upwards if > the commenting out is removed, i.e. a note appears with more than one > leger line later on the staff. > 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< >

Re: Bar check for lead in notes?

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 21:40 +0100, John Whitmore a écrit : > I'm not even sure that I have the correct terminology for why I'm trying to > achieve. I've been trying to find info in the bar sections but so far haven't > found what I'm looking for. > > I'm trying to write out a tune whose first

Re: insert a `Custos` grob manually

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 18:24 +, Werner LEMBERG a écrit : > Thanks, this is good enough.  I simply hide the note following the > custos – of course, the ideal solution would be that the custos is > really at the end of the staff line, and the extra note is just there > to indicate at which

Re: insert a `Custos` grob manually

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 15:31 +, Werner LEMBERG a écrit : > ``` > > I would like to have a command that inserts a `Custos` grob.  Note > that it should really be a `Custos` grob and not something else so > that `\BalloonGrobText Custos ...` works. > > Is there a possibility to do that?

Re: LilyPond 2.20.2 problem

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 13:48 +0100, Paul Hodges a écrit : > I have old versions of LilyPond install to compile old scores directly.  I > tried compiling with 2.20.2 (on Windows) today, and I get this error: > (lilypond.exe:3184): Pango-CRITICAL **: pango_fc_font_lock_face: assertion >

Re: Function for turning music upside-down.

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 12:15 +0100, Mark Knoop a écrit : > Actually it does, see \modalInversion Thanks for correcting me! I didn't remember about it. signature.asc Description: This is a digitally signed message part

Re: Function for turning music upside-down.

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 09:30 +0200, Silvain Dupertuis a écrit : > How are enharmonic notes supposed to be treated in such a function? \version "2.24.1" m = \relative c' { c cis des d dis ees e fes } { \m } \inversion c' c' \m gives which looks fine to me. Essentially, both the diatonic step

Re: temporarily overriding paper variables

2023-03-28 Thread Jean Abou Samra
Le mardi 28 mars 2023 à 06:17 +, Werner LEMBERG a écrit : > ``` > > I wonder whether it is possible to temporarily override paper > variables at the top level, something like > > ``` > \once \set markup-system-spacing.padding = 0 > \markup { ... } > > \score { ... } > ``` Unfortunately,

Re: Function for turning music upside-down.

2023-03-27 Thread Jean Abou Samra
Le lundi 27 mars 2023 à 23:08 +0100, Paul Hodges a écrit : > I have been asked to take a piece of music (which I already have in > LilyPond), and mirror it vertically.  That's to say, to take each note which > is n semitones above middle c and replace it with the note n semitones below > middle

Re: how to do this?

2023-03-27 Thread Jean Abou Samra
Le lundi 27 mars 2023 à 20:48 +0200, Jean Abou Samra a écrit : > Le lundi 27 mars 2023 à 11:41 -0700, Ralph Palmer a écrit : > > > And, I believe, an Italian user list. I don't know the address for that, > > but I hope someone else can provide it. > > [https://lists.

Re: how to do this?

2023-03-27 Thread Jean Abou Samra
Le lundi 27 mars 2023 à 11:41 -0700, Ralph Palmer a écrit : > And, I believe, an Italian user list. I don't know the address for that, but > I hope someone else can provide it. [https://lists.gnu.org/mailman/listinfo/lilypond-it](https://lists.gnu.org/mailman/listinfo/lilypond-it)

Re: how to do this?

2023-03-27 Thread Jean Abou Samra
> Le 27 mars 2023 à 17:48, Dario Marrini a écrit : > >  > many thanks guys, > and what about this : ? > > > the '11 in that box; I found A,B,C,D as progressive mark signes, but how > could I write it as a automatic progressive ? I assume you mean “progression”, right? See the different

Re: how to do this?

2023-03-27 Thread Jean Abou Samra
> Le 27 mars 2023 à 17:23, Dario Marrini a écrit : > >  > Hi lilypond people, > > I need to write this (multiple bars with number ) > > > > but I can't find in documentation this kind of writing; It’s here:

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread Jean Abou Samra
Le dimanche 26 mars 2023 à 14:24 +0200, David Kastrup a écrit : > Patterns like > > ("flageolet" . > > (acons "flageolet" > > (assoc "flageolet" Why handle alists with articulation-type keys but not ``` (list "flageolet" ...) (cons "flageolet" ...) (hash-ref xxx "flageolet") ``` etc. The

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread Jean Abou Samra
Le dimanche 26 mars 2023 à 07:19 -0400, Mark Mathias a écrit : > > On Sat, Mar 25, 2023 at 8:36 PM Jean Abou Samra > <[j...@abou-samra.fr](mailto:j...@abou-samra.fr)> wrote: > > > Le samedi 25 mars 2023 à 10:58 -0400, Mark Mathias a écrit : > > > > >

Re: how to install in Linux

2023-03-25 Thread Jean Abou Samra
Le vendredi 24 mars 2023 à 22:41 +0100, Dario Marrini a écrit : > Hi lilypond people,I'm using a LinuxMint 21.1 Linux OS distribution, it > provides 2.22 Lilypond version, but in website I see there is 2.24 as last > stable version; I've downloaded it, no installer is provided, how could I >

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-25 Thread Jean Abou Samra
Le samedi 25 mars 2023 à 10:58 -0400, Mark Mathias a écrit : > Oops... Except it doesn't. The accent remains black when I run it in 2.24.0. > (I'm only beginning to get a glimmer of how to use Scheme with LilyPond.) In 2.24, `articulation-type` is a symbol, not a string. You need to remove the

Re: v2.25.2: D.S. al Coda

2023-03-23 Thread Jean Abou Samra
Le jeudi 23 mars 2023 à 10:01 -0700, Paul Scott a écrit : > > “Segno“ means “sign”. > > That's why it's redundant.  That's why I almost never see the variation > from the Lilypond documentation in music that I work with. > > > “Dal segno 턋” is not redundant, it just means “go back

Re: v2.25.2: D.S. al Coda

2023-03-23 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 22:19 -0700, Paul Scott a écrit : > NR 1.4.1 Segno repeat appearance > > How can I get only "D.S. al Coda" without a segno after the "D.S."?  This question seems similar to

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le jeudi 23 mars 2023 à 01:29 +0100, Jean Abou Samra a écrit : > My guess is that you put `\crossStaff` in the lower staff rather than in the > upper staff. Sorry for reading too quickly. It's not a guess, you did put `\crossStaff` in your `AleftTwo` variable. Put it in `ArightTwo` i

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 17:24 -0700, Mark Stephen Mrotek a écrit : > Jean, >   > Attached is a MWE > Want stem to connect c and a, also c an g. > Thank you for your kind attention. This works for me: ``` \version "2.22.2" ArightOne = \relative c'' { f4 (e8) s8 } ArightTwo =

Re: cross-staff stems

2023-03-22 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 14:28 -0700, Mark Stephen Mrotek a écrit : > Hello! >   > My piano score has four voices each coded as a variable. > At a single place I want a cross stem between the tenor and alto voice. > The directions at >

Re: \rightHandFinger in banjo tablature

2023-03-22 Thread Jean Abou Samra
Le mercredi 22 mars 2023 à 20:57 +0100, Thomas Widmann a écrit : > Hello, > > it's me again with a follow-up question: I've now added \stemDown and > adjusted the concaveness to make the banjo tablature look more like I > want it. However, ideally I'd want all the right hand fingerings >

Re: Multiline copyright line

2023-03-21 Thread Jean Abou Samra
Le mardi 21 mars 2023 à 12:57 -0400, Samuel Sloniker a écrit : > Thank you! I have this now, and it works perfectly. > > \version "2.22.1" > > \header { >   title = "Our Lord and Risen Savior" >   composer = "Samuel L. Sloniker" >   poet = "Samuel L. Sloniker" >   copyright = \markup {

Re: Multiline copyright line

2023-03-21 Thread Jean Abou Samra
Le mardi 21 mars 2023 à 09:49 -0600, Abraham Lee a écrit : Note that each line should be a single string, as I've shown, or placed within curly braces if you need to do markup functions within each line. Note the difference between ``` \version "2.24.1" \header { copyright = \markup {

Re: Multiline copyright line

2023-03-21 Thread Jean Abou Samra
Le mardi 21 mars 2023 à 11:31 -0400, Jeff Kopmanis a écrit : > So IS there a way to get multiple lines (easily) in the copyright line?  > Seems we're on the cusp of a solution. At the time I wrote my reply, William Rehwinkel had already replied with a solution, which I didn't feel the need to

Re: Multiline copyright line

2023-03-21 Thread Jean Abou Samra
Le mardi 21 mars 2023 à 05:03 +, Werner LEMBERG a écrit : > ``` > > > Is there a way to have a multiline copyright statement in a file? > > Use > > ``` > copyright = \markup { ... } > ``` > > to construct a multi-line entry. That doesn't work since `\markup { ... }` is equivalent to

Re: Change event properties before sending to engraver

2023-03-20 Thread Jean Abou Samra
Le lundi 20 mars 2023 à 20:38 +0100, Valentin Petzel a écrit : > But the point here is that while the events have to eventually be handled on > the Staff level we kind of need to "prepare" them at the Voice level to have > the correct spanner id. That is going to be problematic for following

Re: Change event properties before sending to engraver

2023-03-20 Thread Jean Abou Samra
Le lundi 20 mars 2023 à 14:19 -0600, Saul Tobin a écrit : > Is your idea to have a second engraver at the Voice level to prepare the > events? You should be able to have an engraver listen to the event and modify > it before it's listened by the Staff level engraver, as long as they are >

Re: oddHeaderMarkup

2023-03-20 Thread Jean Abou Samra
Le dimanche 19 mars 2023 à 18:47 +0200, Dimitri Sykias a écrit : > Thanks for your answers! > I replaced (blindly, without knowing the exact syntax) \fontsize #-1 with > “\normalsize” and it worked! I cannot see why `\normalsize` would work but `\fontsize #-1` would not. Most likely, you

Re: oddHeaderMarkup

2023-03-19 Thread Jean Abou Samra
Le dimanche 19 mars 2023 à 03:00 +0200, Dimitri Sykias a écrit : > Lilypond v. “2.24.1”. I use “oddHeaderMarkup” and “evenHeaderMarkup”. I want > to change the font size of header, but “\fontsize #-1.0” does nothing. How > can I achieve this? Thanks! > > oddHeaderMarkup = \markup >  

Re: Benefits of Cairo backend over Ghostscript for PDF

2023-03-18 Thread Jean Abou Samra
> Le 18 mars 2023 à 16:58, David Kastrup a écrit : > > Different mostly redundant font subsets for thousands of images add up. That is the problem that appears for LilyPond’s documentation PDFs, which embed lots of examples. We are talking about standalone scores here, not documentation.

Re: autoChange creating extra staff

2023-03-18 Thread Jean Abou Samra
Le vendredi 17 mars 2023 à 17:06 -0700, Alexandre Loomis a écrit : > That works perfectly, thanks! Follow up question, is there a way to change > the cross-over point during the music, or do I need to do something like > \CrossStaff = { >     \autoChange c' { *music* } >     \autoChange f'

Re: Benefits of Cairo backend over Ghostscript for PDF

2023-03-18 Thread Jean Abou Samra
Le samedi 18 mars 2023 à 23:19 +1100, Andrew Bernard a écrit : > I don't have any quantitative data but I image turning off the embedding > of the source code would reduce file size in the PDF which may help. `-dembed-source-code` is off by default. signature.asc Description: This is a

Re: autoChange creating extra staff

2023-03-17 Thread Jean Abou Samra
Hi, I'm adding back the list in CC. When you reply on a mailing list, please always keep the list in copy (use "Reply to all", not "Reply") so that everyone can participate and benefit from the discussion. Le vendredi 17 mars 2023 à 22:04 +0200, Dimitri Sykias a écrit : > Hi > Why in the

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