Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
On Fri, Dec 10, 2021 at 2:53 AM Paolo Prete wrote: > > 1) the upper margin should be calculated from the BOTTOM of the > TupletBracket > Then I wonder if is there a way to overlay a white filled box on the TupletBracket, or a white vertical line at its bottom, in a way that the

Re: Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
Hello, Unfortunately your work-around can't be applied because the issue happens for every articulation, not only for the staccato. In addition, it would not affect the midi output of the articulate script. Note that the issue is not on the staccato dot, it is on the gap between the accidental

Issue on vertical spacing of a TupletBracket

2021-12-09 Thread Paolo Prete
Hello, please look at this snippet (tested with 2.22.0): % { \time 5/4 \override TupletBracket.direction = #UP \tuplet 3/2 { a'' a'' ais''-.} s \tuplet 3/2 { \once \hide Accidental a'' a'' ais''} } % As you can see, the vertical gap between the staccato dot and the tuplet bracket is

How to place slurs above multiple objects

2021-12-09 Thread Paolo Prete
Hello, Suppose that I have a slur that must be placed ABOVE a note which is part of a a TupletBracket and an OttavaBracket . As the documentation explains, TupletBrackets and OttavaBrackets need to have the outside-staff-priority property set to false in order to be printed inside slurs.

Re: (Re-post) Printing page numbers from a given page

2021-12-03 Thread Paolo Prete
Thanks Aaron, this is precious!! On Fri, Dec 3, 2021 at 2:44 AM Aaron Hill wrote: > On 2021-12-02 4:55 pm, Paolo Prete wrote: > > I re-post this because I noted later that the answer I obtained does > > not > > fit what I asked. > > I wonder if is there a way to

(Re-post) Printing page numbers from a given page

2021-12-02 Thread Paolo Prete
Hello, I re-post this because I noted later that the answer I obtained does not fit what I asked. I wonder if is there a way to start printing page numbers of a score from a given page. For example: if I want to start printing page numbers from page 3, page numbers 1 and 2, on first and second

Re: CPU stress tests for LilyPond

2021-12-02 Thread Paolo Prete
On Thu, Dec 2, 2021 at 9:21 PM David Wright wrote: > On Thu 02 Dec 2021 at 09:05:08 (+0100), Thomas Scharkowski wrote: > > On Thu, Dec 2, 2021 at 2:41 AM Paolo Prete wrote: > > > > With my processor (Intel Celeron N3350) it took 96 seconds to compile > MSDN.ly > >

ANN: Spontini-Editor version 1.8

2021-12-02 Thread Paolo Prete
Hello, I just created a new release (1.8) of Spontini-Editor. https://github.com/paopre/Spontini It is still under test: then, it is not yet included inside the "releases" page of the project, but it should already work and you can download it from the main page. Here are the new features: *

Re: CPU stress tests for LilyPond

2021-12-01 Thread Paolo Prete
Note too that there's a list of the results for the Gzip test: https://openbenchmarking.org/test/pts/compress-gzip >From this list it appears to me that Intel Core i5-11600k could be the "gold" PC for LilyPond... On Thu, Dec 2, 2021 at 2:41 AM Paolo Prete wrote: > Hello H

Re: CPU stress tests for LilyPond

2021-12-01 Thread Paolo Prete
--@ 1 jacquesmenu staff2695 Nov 17 2016 MSDM.ly > > 88 -rw-r--r-- 1 jacquesmenu staff 42641 Nov 30 16:32 MSDM.mid > > 1888 -rw-r--r-- 1 jacquesmenu staff 963019 Nov 30 16:32 MSDM.pdf > > > > The machine is a Mac Mini M1, 8GB RAM, 256 GB disk. > > &g

CPU stress tests for LilyPond

2021-11-30 Thread Paolo Prete
Hello, I need to buy a new PC, more powerful than the one I own. The CPU and RAM must be chosen on the time required to produce LilyPond output. Are there any test sheets with different CPUs and the time they take to output a score that takes a long time to compile? In case this doesn't exist

Re: Header inside the score context

2021-11-29 Thread Paolo Prete
On Mon, Nov 29, 2021 at 5:59 AM David Wright wrote: > On Wed 24 Nov 2021 at 19:44:59 (+0100), Paolo Prete wrote: > > > > If you do this regularly, I would suggest that that's just > what you do, copy your source through a simple filter to a > temporary file and compile th

Re: Embedding images into a score created with -dbackend=svg

2021-11-27 Thread Paolo Prete
On Sat, Nov 27, 2021 at 1:45 PM Valentin Petzel wrote: > Hello Paolo, > > I’m not saying that your approach is meaningless. Drawing paths as SVG and > then transforming them into a Lilypond path is a sensible workflow for > creating custom glyphs. But I’m just explaining why this would not work

Re: Embedding images into a score created with -dbackend=svg

2021-11-27 Thread Paolo Prete
On Sat, Nov 27, 2021 at 3:51 AM Valentin Petzel wrote: > Hello Paolo, > > The viewer needs to rasterize the svg, how else is it supposed to display > it? > Also it’s not you who is supposed to add the image tag, but the svg > backend. > > Hello Valentin, This is not what I meant. SVG embedded

Re: Embedding images into a score created with -dbackend=svg

2021-11-26 Thread Paolo Prete
On Fri, Nov 26, 2021 at 7:18 PM Valentin Petzel wrote: > Hello Paolo, > > I’m not exactly sure what you mean by „inline-svg”. The discussion you > linked > to is about manually converting svg paths into lilypond paths. While this > is > possible it surely would get very complicated with more

Re: Embedding images into a score created with -dbackend=svg

2021-11-26 Thread Paolo Prete
Here's an alternative way to do it: https://groups.google.com/g/musicnotation/c/G3j-lmc2H1w/m/7N2I2ksP5IcJ Let's see if it works without too much effort... On Fri, Nov 26, 2021 at 5:27 PM Paolo Prete wrote: > > Hello Valentin, > > >> The proper solution would probably to a

Re: Embedding images into a score created with -dbackend=svg

2021-11-26 Thread Paolo Prete
Hello Valentin, > The proper solution would probably to add a function like \embed-image > which > makes use of the SVG tag. But that one only specifies jpeg, png > and > svg. This means that for any other format it is the choice of the viewing > software if they want to support it. this is

Embedding images into a score created with -dbackend=svg

2021-11-26 Thread Paolo Prete
Hello, AFAIK, there's no way to embed an eps image, using the \epsfile command, into a score made with SVG output (I would suggest to add this note into the doc, BTW). Is there an alternative for this? Maybe in some way I can inline SVG? Many thanks for your help! P

Re: Vertical space of a fragment of score inside a list

2021-11-26 Thread Paolo Prete
Space) … > > Instead of putting it in the markup. There is also markup-system-spacing > and markup-markup-spacing to play around with. > > HTH > /Leo > > > 25 nov. 2021 kl. 18:48 skrev Paolo Prete : > > > > Hi all, > > > > please consider th

Vertical space of a fragment of score inside a list

2021-11-25 Thread Paolo Prete
Hi all, please consider the following snippet: %% #(define vSpace 1.7) \paper { ragged-last = ##f } \markup { "Text 1" } \markup { \vspace #vSpace "Text 2" } \score { { c' d' e' f' } \layout { indent = #0 ragged-last = ##t } } \markup { \vspace #vSpace "Text 3" } \markup {

Re: Header inside the score context

2021-11-24 Thread Paolo Prete
Valentin > > 24.11.2021 18:08:50 Paolo Prete : > > Hello Valentin, > > thanks for your help! > > I try to explain better what I need to do. Suppose that my score is > divided into three sections. The first one has not only notes, but a title > too. > I need to

Re: Header inside the score context

2021-11-24 Thread Paolo Prete
) (or whatever value) before you > include > these files, and thus these scores will not be output if you compile the > full > score, but if you compile the files themselves they are. > > Cheers, > Valentin > > > Am Mittwoch, 24. November 2021, 13:01:11 CET schrieb Paolo Prete:

Header inside the score context

2021-11-24 Thread Paolo Prete
Hello, Given a header like this: \markuplist { \fill-line { \override #'(font-name . "Liberation Sans") \override #'(font-size . 6) "Author" } \vspace #4 \fill-line { \override #'(font-name . "Liberation Sans") \override #'(font-size . 15) "Title" } \vspace #2

Re: Question about the header structure of the very first page of the score

2021-11-23 Thread Paolo Prete
Thank you, I'll surely proceed in this way. On Tue, Nov 23, 2021 at 2:46 AM Mark Probert wrote: > > Hi, Paolo. > > Here is a version that could work in that way, with modification. It > shows one way to achieve the result by ignoring the headers and doing > it all in text with associated font

Question about the header structure of the very first page of the score

2021-11-22 Thread Paolo Prete
Hello, in Italy it's very common to have a printed score with the very first page formatted as this image shows: https://www.stretta-music.com/media/images/712/776712_detail-00.jpg Basically, it is a sequence of fields, all horizontally centered, following this order, from top to bottom: 1)

Re: Unwanted space around cautionary accidental

2021-11-22 Thread Paolo Prete
Hello Harm, I tested it with 2.19.45 version, this is why I added "(at least)" in my previous post. I don't know if the same behavior occurs in older versions... Second, comparing the two NoteColumns in your example I notice a > different positioning of the accent in y-axis direction, but no >

Re: Unwanted space around cautionary accidental

2021-11-22 Thread Paolo Prete
Great! Thanks! On Tue, Nov 23, 2021 at 12:05 AM Valentin Petzel wrote: > Accidental and AccidentalCautionary grob definitions differ in three ways, > the Accidental grob has these three additional properties: > > (extra-spacing-width . (-0.2 . 0.0)) > (horizontal-skylines .

Re: Check if a font is currently installed

2021-11-22 Thread Paolo Prete
Hello Valentin, >From what I understand, your procedure relies on the convention that the name of the font file has to be very similar to the descriptive name of the font; unfortunately, this adds unsafety to the procedure I wrote before (which is already unsafe), even if it shortens that

Unwanted space around cautionary accidental

2021-11-22 Thread Paolo Prete
Hello, Please, have a look at this: { c'''!-> s c'''?-> } >From (at least) 2.19.45 on it adds an unwanted space between the cautionary accidental and the ">" script. Any Idea of how to fix this without tweaking? Thanks! P

Re: Check if a font is currently installed

2021-11-22 Thread Paolo Prete
exact match, but calculates > some > distance and returns the font with best distance. Maybe it would be > somehow > possible to get that distance and decide upon it? > > Cheers, > Valentin > > Am Sonntag, 21. November 2021, 21:06:15 CET schrieb Paolo Prete: > > Thank y

Re: Check if a font is currently installed

2021-11-21 Thread Paolo Prete
Thank you Valentin, a fix for this would be very useful. Best, Paolo On Sun, Nov 21, 2021 at 8:52 PM Valentin Petzel wrote: > Hello Paolo, > > Theoretically it should be enough to check if > #(ly:font-config-get-font-file > font-name) is false, but at least on my system this returns just some >

Re: Check if a font is currently installed

2021-11-21 Thread Paolo Prete
ht wrote: > On Sun 21 Nov 2021 at 19:12:33 (+0100), Paolo Prete wrote: > > On Sun, Nov 21, 2021 at 6:37 PM David Wright wrote: > > > On Sun 21 Nov 2021 at 17:29:37 (+0100), Paolo Prete wrote: > > > > > > > > it would be useful to have a functions that c

Re: Check if a font is currently installed

2021-11-21 Thread Paolo Prete
Sorry, it doesn't help. It just shows a long list of the available fonts. Not what I was searching for... Best, P On Sun, Nov 21, 2021 at 6:37 PM David Wright wrote: > On Sun 21 Nov 2021 at 17:29:37 (+0100), Paolo Prete wrote: > > > > it would be useful to have a functions that c

Check if a font is currently installed

2021-11-21 Thread Paolo Prete
Hello, it would be useful to have a functions that checks if a font with a specific font-name is currently installed, so to have the produced score without visual errors that are not always easy to detect. I searched a bit in the list of the scheme helper functions, and could find only:

Re: Overriding the font-size for a specific glyph

2021-11-20 Thread Paolo Prete
0. November 2021, 12:50:11 CET schrieb Paolo Prete: > > On Sat, Nov 20, 2021 at 12:48 PM Valentin Petzel > wrote: > > > Hello Paolo, > > > > > > The quick way would be to simply do > > > > > > dashDash = \tweak font-size #2 \tenuto > >

Problems in setting a custom font for text

2021-11-20 Thread Paolo Prete
Hello, I have some problems trying to set a non-system font for the texts and I need this to work in the SVG output. Here is a practical example of what I can't get to work: % #(ly:font-config-add-font "../fonts/gonville-20.woff") #(ly:font-config-add-directory "../fonts")

Re: Overriding the font-size for a specific glyph

2021-11-20 Thread Paolo Prete
On Sat, Nov 20, 2021 at 12:48 PM Valentin Petzel wrote: > Hello Paolo, > > The quick way would be to simply do > > dashDash = \tweak font-size #2 \tenuto > > The systematic way would be applying these tweaks by type. The method > linked > by Kieren is a bit problematic in my opinion, as it

Re: Overriding the font-size for a specific glyph

2021-11-20 Thread Paolo Prete
Thanks! On Sat, Nov 20, 2021 at 2:23 AM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > Given > > { c'-- c'-> c'---> c'-- } > > how can I change the font-size only for the tenuto glyph, without having > to tweak each symbol? > > cf

Overriding the font-size for a specific glyph

2021-11-19 Thread Paolo Prete
Hello, Given { c'-- c'-> c'---> c'-- } how can I change the font-size only for the tenuto glyph, without having to tweak each symbol? Thanks!

ANN: Spontini-Editor version 1.6

2021-11-18 Thread Paolo Prete
Hello, I just created a new release (1.6) of Spontini-Editor. https://github.com/paopre/Spontini It is still under test: then, it is not yet included inside the "releases" page of the project, but it should already work and you can download it from the main page. The important news of this

Question about "neo-modern" style for accidentals

2021-11-15 Thread Paolo Prete
Hello, In a context of atonal music, using accidentals in the neo-modern style, I would like to obtain the following behavior automatically: when a note initially appears with an accidental (sharp or flat), and then the same note appears without accidentals after other intermediate notes, I would

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 7:30 PM Carl Sorensen wrote: > > > > The thought of having to make a “TimeSignature_wrap”, as opposed to a > “Grob_wrap”, is antithetical to the LilyPond core principles. We insist > that, as much as possible, internals documentation be created from > executable code,

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 5:33 PM Jean Abou Samra wrote: > > > The standard autodocumentation tools wouldn't help > much either. > > - The bulk of the work is extracting information from >LilyPond's internals. Take predicates. Their mapping >to names is maintained in the code, so we would

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
Sorry, I sent a previous message only to Carl instead to the ML. Here are the following messages: On Thu, Nov 11, 2021 at 5:28 PM Carl Sorensen wrote: > > > > > *From: *Paolo Prete > *Date: *Thursday, November 11, 2021 at 9:17 AM > *To: *Carl Sorensen > *Subje

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 3:39 PM Jean Abou Samra wrote: > Le 11/11/2021 à 15:12, Paolo Prete a écrit : > > I see, but my advice included your Scheme example, which is formatted > > as plain text as well. > > IMHO, a tool that formats on the fly, as a tree or list on th

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 2:50 PM Jean Abou Samra wrote: > Le 11/11/2021 à 13:24, Paolo Prete a écrit : > > > > This appears to me as an additional issue instead a *must do*. > > Formatting as pdf (or plain text) an API doc with an OO paradygm and > > plenty of links

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-11 Thread Paolo Prete
On Thu, Nov 11, 2021 at 1:48 AM Jean Abou Samra wrote: > > > > First one would be to add, with small fonts, at the bottom of the > > page, a list of the pairs (as links): class/interface - > > overriden/implemented property, inside an expandible panel (hidden by > > default). > > In this way, IF

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
(En passant: I tried \info BarLine but could not see "extra-spacing-width". See the attached debug) But in general, I think it's not a good idea to dump these kind of doc infos as the output of a library, for several reasons. First of all because it has limitations in formatting and in linking

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
" documentation automatically) Best, P On Wednesday, November 10, 2021, Jean Abou Samra wrote: > > Le 10/11/2021 14:01, Paolo Prete a écrit : > > > > > > Thanks. > > > > BTW, in which object is this property documented? > > It doesn't appear in >

Re: How to increase the distance between the last note of a measure and the following bar line

2021-11-10 Thread Paolo Prete
wrote: > Le 10/11/2021 à 00:58, Paolo Prete a écrit : > > Hello, > > > > How can I increase the distance between the last note of a measure and > > the following bar line? > > > > Thanks! > > P > > > extra-spacing-width is a convenient proper

How to increase the distance between the last note of a measure and the following bar line

2021-11-09 Thread Paolo Prete
Hello, How can I increase the distance between the last note of a measure and the following bar line? Thanks! P

Re: Reduce the gap between time signature and the first note

2021-11-09 Thread Paolo Prete
Scheuer wrote: > On Sun, 7 Nov 2021 at 18:56, Paolo Prete wrote: > > > > Hello, > > > > I'm trying to have a minimum space between a TimeSignature and the first > note after it (and, consequently, all the following notes). I tried: > > > > \onc

Re: Reduce the gap between time signature and the first note

2021-11-09 Thread Paolo Prete
m Sonntag, 7. November 2021, 18:49:20 CET schrieb Paolo Prete: > > Hello, > > > > I'm trying to have a minimum space between a TimeSignature and the first > > note after it (and, consequently, all the following notes). I tried: > > > > \once\override Score.Tim

ANN: New feature added to Spontini-Editor (custom templates)

2021-11-08 Thread Paolo Prete
Hello, I just added a new useful feature to Spontini-Editor; It is now possible to automatically add customizable templates to the score, using the autocomplete tool provided by CodeMirror. See: https://github.com/paopre/Spontini/blob/master/documentation/miscellaneous.md ...at the paragraph:

Reduce the gap between time signature and the first note

2021-11-07 Thread Paolo Prete
Hello, I'm trying to have a minimum space between a TimeSignature and the first note after it (and, consequently, all the following notes). I tried: \once\override Score.TimeSignature.space-alist = #'((first-note fixed-space . 0)) ...but there's still a gap which I can't eliminate. How

Re: Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
thanks! On Sun, Nov 7, 2021 at 2:28 PM Jean Abou Samra wrote: > Le 07/11/2021 à 14:23, Paolo Prete a écrit : > > How can I start printing page numbers from page 3? > > \paper { >first-page-number = 3 > } > > Documentation at > > http://lilypond.org/doc/v

Printing page numbers from a given page

2021-11-07 Thread Paolo Prete
Hello, How can I start printing page numbers from page 3? Thanks, P

Different values of max-systems-per-page on different pages

2021-11-06 Thread Paolo Prete
Hello, is it possible to set max-systems-per-page = X on the first page of the score and = Y on the remaining pages? thanks! P

Re: Growing beam position

2021-11-04 Thread Paolo Prete
On Thu, Nov 4, 2021 at 7:11 AM Aaron Hill wrote: > On 2021-11-03 4:45 pm, Paolo Prete wrote: > > Hello Aaron, > > > > what if I enlarge the beam angle? (see below) > > Okay, my guesswork was wrong. Here is code that was adapted from the > underlying C++ logic: &g

Re: Growing beam position

2021-11-03 Thread Paolo Prete
Hello Aaron, what if I enlarge the beam angle? (see below) Thanks! P { \override Beam #'length-fraction = #1.6 \override Beam.positions = #(grob-transformer 'positions (lambda (grob orig) (let* ((dir (ly:grob-property grob 'direction)) (grow

Re: Growing beam position

2021-11-03 Thread Paolo Prete
Excellent, Aaron! Thanks! On Wed, Nov 3, 2021 at 8:26 PM Aaron Hill wrote: > On 2021-11-03 11:27 am, Paolo Prete wrote: > > Hello, > > > > is there a way to *automatically* have a growing beam on 32th notes > > with a > > horizontal middle line? > &

Growing beam position

2021-11-03 Thread Paolo Prete
Hello, is there a way to *automatically* have a growing beam on 32th notes with a horizontal middle line? Currently I do that by tweaking Beam.positions (see below), but I wonder if is there a way to avoid this trial-and-error procedure: Thanks! P %%% \version "2.22.0" { \override

Re: Strange beams on cross-staff tremolos

2021-11-03 Thread Paolo Prete
Nov 3, 2021 at 3:48 PM Knute Snortum wrote: > On Wed, Nov 3, 2021 at 5:44 AM Paolo Prete wrote: > > > > Hello, > > > > I'm experiencing strange beams on cross-staff tremolos on whole notes. > > The beam in the below snippet: 1) is not placed at the

Re: Strange beams on cross-staff tremolos

2021-11-03 Thread Paolo Prete
Thanks for your reply, but unfortunately the value of Beam.gap depends on how long is the measure, then it requires to be set only after a definitive score and with a trial and error procedure... BTW, I wonder if these issues are reported as known bugs in the ML On Wed, Nov 3, 2021 at 4:17 PM

Strange beams on cross-staff tremolos

2021-11-03 Thread Paolo Prete
Hello, I'm experiencing strange beams on cross-staff tremolos on whole notes. The beam in the below snippet: 1) is not placed at the middle of the two notes and 2) it is too close to the ledger lines. Is this expected? Is there a way to fix 1) + 2) without \tweak(ing)? thanks, P

Re: question about \pageBreak

2021-10-21 Thread Paolo Prete
> > There's \autoPageBreaksOff (which is exactly \override > Score.NonMusicalPaperColumn.page-break-permission = ##f). > > Thanks!

question about \pageBreak

2021-10-21 Thread Paolo Prete
Hello, is there a way to do page breaking *only* when \pageBreak is explicitly used? I would like to avoid to insert "\noPageBreak" commands in the score . Thanks P

Re: Getting \tempo params

2021-10-21 Thread Paolo Prete
On Thu, Oct 21, 2021 at 3:04 PM David Kastrup wrote: > > > Here's a cut of something I currently use in scores of mine for > doing things like accelerando, ritardando, and so on. > > tempoChange = > #(define-music-function (interval endscale thenscale music) >(ly:duration? scale? (scale? 1)

Re: Getting \tempo params

2021-10-21 Thread Paolo Prete
On Thu, Oct 21, 2021 at 2:01 PM David Kastrup wrote: > Paolo Prete writes: > > > On Thu, Oct 21, 2021 at 1:22 PM David Kastrup wrote: > > > >> Paolo Prete writes: > >> > >> > Hello, > >> > > >> > after a \tempo X = Y

Re: Getting \tempo params

2021-10-21 Thread Paolo Prete
On Thu, Oct 21, 2021 at 1:22 PM David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > > after a \tempo X = Y is set, is there a way (a scheme function or > > variable?) to get X and Y? > > What does "after" mean and "is set"?

Getting \tempo params

2021-10-21 Thread Paolo Prete
Hello, after a \tempo X = Y is set, is there a way (a scheme function or variable?) to get X and Y? Thanks! P

Re: ANN: Spontini-Editor 1.0 released

2021-10-19 Thread Paolo Prete
t is compatible with a > Lilypond 2.18 version. > > So Saul can probably use Spontini and 2.23 to do his tweaks and still > obtain a > 2.18 compatible file. > > Cheers, > Valentin > > Am Dienstag, 19. Oktober 2021, 09:15:31 CEST schrieb Paolo Prete: > > Hello Valentin,

Re: ANN: Spontini-Editor 1.0 released

2021-10-19 Thread Paolo Prete
Hello Valentin, porting the scheme/LilyPond functions used by Spontini-Editor, in its internal library, from 2.18 to 2.19, would not complete the compatibility. In fact, the editor relies on the SVG code generation too, which had changes during these years of LilyPond development. Therefore, the

Re: ANN: Spontini-Editor 1.0 released

2021-10-19 Thread Paolo Prete
is huge. >> >> On Sun, Oct 17, 2021 at 2:07 PM Paolo Prete wrote: >> >>> Hello all, >>> >>> I just drafted a new release (1.0) of Spontini-Editor, which is now >>> compatible with LilyPond 2.23.0 to 4 >>> >>> https://github.co

ANN: Spontini-Editor 1.0 released

2021-10-17 Thread Paolo Prete
Hello all, I just drafted a new release (1.0) of Spontini-Editor, which is now compatible with LilyPond 2.23.0 to 4 https://github.com/paopre/Spontini Furthermore, it offers a tool that allows you to include or exclude blocks from the building process of the score. I encourage the use of the

Re: Issues when setting the staff size for a single staff

2021-01-29 Thread Paolo Prete
Done, thanks! On Fri, Jan 29, 2021 at 6:37 PM Jean Abou Samra wrote: > > This looks related to > https://gitlab.com/lilypond/lilypond/-/issues/6054. You could add > information from your research there. > > Best, > Jean > >

Issues when setting the staff size for a single staff

2021-01-28 Thread Paolo Prete
of Lilypond (2.19.84, 2.20.0, 2.22.0, 2.23.0) Thanks for your feedback! -- https://github.com/paolo-prete/Spontini -- % \version "2.19.84" \paper { indent = 0\cm top-m

Re: Error with default value on predicate on 2.22.0

2021-01-12 Thread Paolo Prete
it. Best, Paolo On Tue, Jan 12, 2021 at 8:01 PM Lukas-Fabian Moser wrote: > Hi Paolo, > > Am 12.01.21 um 17:01 schrieb Paolo Prete: > > Hello, > > > > I just experienced (on Linux) that this compiles with <= 2.20 > > > >

Error with default value on predicate on 2.22.0

2021-01-12 Thread Paolo Prete
Hello, I just experienced (on Linux) that this compiles with <= 2.20 foo = #(define-music-function (parser location col staff mus)((color? red) string? ly:music?) #{ c' d' #}) { \foo "bar" {} } But it doesn't compile with

ANN: new Spontini-Editor version (added "smart parts extracting" tools)

2021-01-11 Thread Paolo Prete
ne >> \new Staff << \global \violinTwo >> \new Staff << \global \viola >> \new Staff << \global \cello >> >> \layout { } \midi { } } % END OF THE SNIPPET At the same time, you can automatically replace each

Making very complex cross-staff scores with Spontini-Editor

2021-01-07 Thread Paolo Prete
://github.com/paolo-prete/Spontini/blob/master/examples/easy-cross-staff-example-9.svg https://imslp.org/wiki/Piano_Sonata_No.1_(Sorabji%2C_Kaikhosru_Shapurji) https://github.com/paolo-prete/Spontini/blob/master/examples/easy-cross-staff-example-9.ly Some errors of the historical edition have been

Re: Hiding/unhiding empty staves

2021-01-06 Thread Paolo Prete
On Wed, Jan 6, 2021 at 1:12 PM Thomas Morley wrote: > > > Probably > http://lsr.di.unimi.it/LSR/Item?id=312 > helps. > > Cheers, > Harm > Great, thanks! Here's the patched code: - showMultiRests = { \set

Hiding/unhiding empty staves

2021-01-06 Thread Paolo Prete
Hello, The following snippet hides "empty" staves in a system. But how can I unset this behavior for selected staves? For example: I want to hide the empty staff in the second measure but in the fourth measure I want to print the staff with its rest... Thanks for your help!

Re: New version of Spontini-Editor with many new features

2021-01-03 Thread Paolo Prete
Thank you! On Sun, Jan 3, 2021 at 3:18 PM Knute Snortum wrote: > I don't have a "spontinivenv" directory inside lib/python. I'll open > a GitHub issue. > > -- > Knute Snortum > > On Sat, Jan 2, 2021 at 11:49 PM Paolo Prete wrote: > > > > Hel

Re: New version of Spontini-Editor with many new features

2021-01-02 Thread Paolo Prete
Hello, Please delete the "spontinivenv" directory inside lib/python and run again the program. If this doesn't solve, file an issue in github. On Saturday, January 2, 2021, Knute Snortum wrote: > This is my experience with installing Spontini: > > $ 6 Feb 1 2020 >

New version of Spontini-Editor with many new features

2021-01-02 Thread Paolo Prete
d not test the operation on macOS: any help is welcome for this too! Before I can create a release, I have to do more tests. But in the meantime you can download the development snapshot from Github: https://github.com/paolo-prete/Spontini All this took a lot of effort. I hope it will be as useful t

Re: best practice for score structure

2020-07-05 Thread Paolo Prete
Hello, In general I don't suggest you use the dynamics centered between the staves for new scores. In my knowledge it is an obsolete engraving practice that has side effects. this is * not the truth * but it's * my * knowledge. Of course I can explain why this practice can be counterproductive,

Re: Accidentals' font

2020-07-03 Thread Paolo Prete
) it does not bring enough attention of the reader to the glyph Why are they not already included in Lilypond? It would be really bad to have troubles with compatibility issues with such a beautiful work... Best, P On Fri, Jul 3, 2020 at 5:17 PM James Lowe wrote: > On 03/07/2020 13:48, Pa

Accidentals' font

2020-07-03 Thread Paolo Prete
Hello, 1) Is there a GPL or open-source alternative for FETA fonts for accidentals that can be used with Lilypond? (If so, is there an example of how to use them)? 2) IMHO these default accidentals should be changed or improved. The biggest problem is their vertical lines, which are too bold. As

Writing complex piano scores with Spontini

2020-07-01 Thread Paolo Prete
lphes"): https://github.com/paolo-prete/Spontini/blob/master/examples/polyphonic-tabular.md As can be seen, the procedure for obtaining this result consists 1) In the automatically formatted and tabular insertion of cross-staff notes 2) In adding polyphonic voices, using the same cross-staff

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-27 Thread Paolo Prete
On Sat, Jun 27, 2020 at 4:33 PM Carl Sorensen wrote: > Type:Defect means that LilyPond intends to do something, but does it wrong. > > > > Type:Enhancement means that the capability of LilyPond would expanded to > cover things it currently doesn’t cover. > > > > In this case, LilyPond does not

Spontini editor

2020-06-26 Thread Paolo Prete
s cross-staff scores through a set of work-arounds (invisible to the user) that solve many issues of the native cross-staff functions. https://github.com/paolo-prete/Spontini Several examples are provided. Note that it's *absolutely not* a WYSIWYG editor. Instead, it is an *assistant* for the te

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-26 Thread Paolo Prete
On Sat, Jun 27, 2020 at 2:25 AM David Rogers wrote: > Paolo Prete writes: > > > On Thu, Jun 25, 2020 at 6:00 PM Jean Abou Samra > > > > wrote: > > > > So, in order to produce a concrete result, at least the > > point > >

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-26 Thread Paolo Prete
On Sat, Jun 27, 2020 at 1:29 AM Mark Stephen Mrotek wrote: > Paolo, > > > > A quick examination of pieces in my collection showed that the following > editions did not use brackets for the pedal, rather Ped. * was used. > > Paragon, Fryderyka Chopin Institute, Breitkopf & Hartel, and Edwin F. >

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-26 Thread Paolo Prete
On Fri, Jun 26, 2020 at 10:35 AM Valentin Villenave wrote: > On 6/25/20, Paolo Prete wrote: > > The lack of a cautionary pedal on a bracket could be seen as an > enhancement > > only in a self-referential context, which doesn't make sense to me. A > > proper way to

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-25 Thread Paolo Prete
> >>> >>> By the way, the Type::Enhancement label expresses no judgement about >>> wether the >>> issue is a major one. It's to be understood as opposed to Type::Defect: >>> this ticket >>> is about an enhancement because the current output is consistent and >>> there is >>> no crash. >>> >>> I

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-25 Thread Paolo Prete
On Thu, Jun 25, 2020 at 6:00 PM Jean Abou Samra wrote: > So, in order to produce a concrete result, at least the point 2) should be > accepted / understood. This is what I tried to do, but the thread seems to > go in the opposite way. This is why I think that opening a ticket would be > unuseful

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-25 Thread Paolo Prete
On Thursday, June 25, 2020, Jean Abou Samra wrote: > Le 25/06/2020 à 00:58, Paolo Prete a écrit : > > Hi Harm, > > Then Pierre, who is the creator of the snippet and joined this thread, will > decide what to do. > > Best, > P > > Hi Paolo, > > I stil

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-24 Thread Paolo Prete
On Wed, Jun 24, 2020 at 10:53 PM Thomas Morley wrote: > Am Di., 23. Juni 2020 um 20:33 Uhr schrieb Paolo Prete < > paolopr...@gmail.com>: > > > > On Tue, Jun 23, 2020 at 6:36 PM Pierre Perol-Schneider > > A this point: > > > > 1) I gently ask Harm (is H

Re: Pedal cautionary after a line break (current status and improvements)

2020-06-23 Thread Paolo Prete
On Tue, Jun 23, 2020 at 10:26 PM Carl Sorensen wrote: > On Tue, Jun 23, 2020 at 2:18 PM Paolo Prete wrote: > > > > > > (Also in response to Carl) > > In Italy, we call this approach "fare la morale". > > C's answer made P's words look lik

<    1   2   3   4   5   6   >