Re: CPU stress tests for LilyPond

2021-12-02 Thread David Wright
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: > > On Tue, Nov 30, 2021 at 5:56 PM Hans Åberg wrote: > > > On 30 Nov 2021, at 16:36, Jacques Menu wrote: > the Carver takes 10.6“ to compile on my MacBook Pro M1 16GB RAM with

Re: clef change, invisible

2021-12-02 Thread Stefan Thomas
Dear David, thanks for Your reply. Can it also be done with \once \override? Am Do., 2. Dez. 2021 um 17:07 Uhr schrieb David Kastrup : > Stefan Thomas writes: > > > Dear community, > > is it possible to make a clef change invisible, at the end of the line? > > I don't want to see the bass clef

Re: clef change, invisible

2021-12-02 Thread Valentin Petzel
Hello Stefan, This is a context property (and not a grob property), so you need to use \set for that. You can for example do \once\set Staff.explicitClefVisibility = #end-of-line-invisible to set this behaviour in one particular place. Valentin Am Donnerstag, 2. Dezember 2021, 22:13:30 CET

Re: clef change, invisible

2021-12-02 Thread David Kastrup
Stefan Thomas writes: >> Am Do., 2. Dez. 2021 um 17:07 Uhr schrieb: >> >>> Stefan Thomas writes: >>> >>> > Dear community, >>> > is it possible to make a clef change invisible, at the end of the line? >>> > I don't want to see the bass clef at the end of the first line here: [code] > > Dear

Re: CPU stress tests for LilyPond

2021-12-02 Thread Hans Åberg
> On 2 Dec 2021, at 02:41, Paolo Prete wrote: > > Hello Hans, > > I don't think this test can give reliable results for what we need to compare. > With my processor (Intel Celeron N3350) it took 96 seconds to compile MSDN.ly > > But my CPU is listed with score 287: >

Re: Adding to header using module-define! and alist with markups

2021-12-02 Thread David Kastrup
Nate Whetsell writes: > Thanks, but unfortunately using a backtick and commas seems to produce the > same output. If it’s helpful, here’s the same example with a backtick and > commas: > > ``` > \version "2.22.0" > > \paper { > scoreTitleMarkup = \markup { >\column { > \fromproperty

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: Adding to header using module-define! and alist with markups

2021-12-02 Thread Nate Whetsell
Thanks, but unfortunately using a backtick and commas seems to produce the same output. If it’s helpful, here’s the same example with a backtick and commas: ``` \version "2.22.0" \paper { scoreTitleMarkup = \markup { \column { \fromproperty #'header:piece \justify-field

clef change, invisible

2021-12-02 Thread Stefan Thomas
Dear community, is it possible to make a clef change invisible, at the end of the line? I don't want to see the bass clef at the end of the first line here: \version "2.22.1" Musik = \relative c'' { \clef "treble" g f e d \break \clef "bass" c4 b a2 } \new Staff \Musik Thanks, Stefan

Re: Adding to header using module-define! and alist with markups

2021-12-02 Thread David Kastrup
Nate Whetsell writes: > I’m trying to programmatically add items to score headers from an alist. This > works when an item consists of just a string. I can’t seem to get this to > work when an item is a markup, no matter how the markup is entered. Is there > some way to store markups in an

Re: clef change, invisible

2021-12-02 Thread David Kastrup
Stefan Thomas writes: > Dear community, > is it possible to make a clef change invisible, at the end of the line? > I don't want to see the bass clef at the end of the first line here: > \version "2.22.1" > Musik = \relative c'' { > \clef "treble" g f e d > \break > \clef "bass" c4 b a2 }

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 > > > > > > But my CPU is listed

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

2021-12-02 Thread Aaron Hill
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 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

(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

tie from multiple voice?

2021-12-02 Thread Tom Sgouros
Hello all: I want to make a tie from a multiple voice segment to a single voice segment across a bar line. This does not work: << { d1~ } \\ {g1} >> | d1 | No tie appears and I don't see anything like an error or warning that I can do anything with. I can rewrite to have an empty second

Re: tie from multiple voice?

2021-12-02 Thread Lukas-Fabian Moser
Hi Tom, This does not work:   << { d1~ } \\ {g1} >> | d1 |   No tie appears and I don't see anything like an error or warning that I can do anything with. I can rewrite to have an empty second voice in that second measure, but maybe it's feasible to do it some other way? If the un-named

Re: CPU stress tests for LilyPond

2021-12-02 Thread Thomas Scharkowski
For comparison: My iMac late 2013 Intel i5 3,2 GHz 8 GM RAM needs 27.4“ Both macOS Monterey 12.0.1 btw > Am 02.12.2021 um 09:05 schrieb Thomas Scharkowski : > > Hi, > > the Carver takes 10.6“ to compile on my MacBook Pro M1 16GB RAM with LilyPond > 2.23.5 > > Hth > > >> Am 02.12.2021 um

Re: CPU stress tests for LilyPond

2021-12-02 Thread Thomas Scharkowski
Hi, the Carver takes 10.6“ to compile on my MacBook Pro M1 16GB RAM with LilyPond 2.23.5 Hth > Am 02.12.2021 um 02:55 schrieb 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

Adding to header using module-define! and alist with markups

2021-12-02 Thread Nate Whetsell
I’m trying to programmatically add items to score headers from an alist. This works when an item consists of just a string. I can’t seem to get this to work when an item is a markup, no matter how the markup is entered. Is there some way to store markups in an alist, and then use those markups