Getting Y-offset on systems to be exact on left and right "mirrored pages"

2021-08-04 Thread Owain Evans
I'm arranging for a beginner piano duet where left and right pages mirror each other: same bars per system, same system alignment-distances, same Y-offsets on each system. I would like the same Y-offset value on left and right pages to be at the same level. Here it's the notes above the staff

Re: Testers wanted

2021-08-04 Thread Michael Hendry
On 4 Aug 2021, at 15:50, Andrew Culver wrote: > > Hello Michael Hendry > > FWIW - I installed Lilypond 2.22.1 on Catalina using MacPorts. “nerdling" has > also amiably posted version 2.23.3 there as of now. > > I made a little cheatsheet after my own successful install. Here it is: > > Instal

Re: Problem with blackpetrucci

2021-08-04 Thread Lukas-Fabian Moser
Hi Kees, Am 04.08.21 um 21:54 schrieb Kees van den Doel: In black notation minim looks like modern 1/4 note and semiminim looks like modern 1/8 note. It is not correct though, semiminim and shorter notes are one flag short, so Minim and Semiminim look identical. See example. Unless I'm miss

Problem with blackpetrucci

2021-08-04 Thread Kees van den Doel
In black notation minim looks like modern 1/4 note and semiminim looks like modern 1/8 note. It is not correct though, semiminim and shorter notes are one flag short, so Minim and Semiminim look identical. See example. Unless I'm missing something this is a bug, is there a workaround? Thanks, Ke

Re: Help!

2021-08-04 Thread Karlin High
On 8/4/2021 12:39 PM, David Niles wrote: I successfully downloaded Frescobaldi but I can’t get to the default page.  What am I doing wrong? If you have Frescobaldi running, click the menu for File -> New ->, and there should be options for a few templates and the Score Wizard to help set thin

Special notes

2021-08-04 Thread Kees van den Doel
I'm trying to reproduce the notes caudatae, as in image. Attached minimal code is as far as I got, but I can't get \mergeDifferentlyHeadedOn to do anything which would make it work I think. Or is there a smarter way? Thanks, Kees \version "2.22.1" whitenote = \once \override NoteHead.style = #'p

Help!

2021-08-04 Thread David Niles
I successfully downloaded Frescobaldi but I can’t get to the default page. What am I doing wrong? David Niles ekj...@gmail.com

Re: incipits

2021-08-04 Thread Jean Abou Samra
Le 04/08/2021 à 03:37, Kees van den Doel a écrit : I have a score with different key signatures in the voices. The incipit does not align properly as the flat takes space and shifts things. See attached. I've simply added the incipits to each voice as in the example in the docs. I've tried ad

Re: simple question 1 where's the pdf for all the manuals for 2.22?

2021-08-04 Thread Silvain Dupertuis
If you are on Windows, you can use *7-zip * to open/pack/unpack tar archives. It even integrates into the file explorer in the context menu. Of course, in Linux, it's all integrated in the system... Le 04.08.21 à 13:11, jh a écrit : Thank you David etal, I've often been u

Re: Testers wanted

2021-08-04 Thread Andrew Culver
Hello Michael Hendry FWIW - I installed Lilypond 2.22.1 on Catalina using MacPorts. “nerdling" has also amiably posted version 2.23.3 there as of now. I made a little cheatsheet after my own successful install. Here it is: Installing and using Macports for LilyPond =

Re: slurUp not honored for acciaccatura/appoggiatura if first note

2021-08-04 Thread Knute Snortum
On Wed, Aug 4, 2021 at 2:45 AM Jean Abou Samra wrote: > Have a look at the recent thread > > https://lists.gnu.org/archive/html/bug-lilypond/2021-07/msg00012.html > > Workaround: > > \version "2.22.1" > > \new Voice \relative c' { >$(add-grace-property 'Voice 'Slur 'direction UP) >\acciacc

Re: simple question 1 where's the pdf for all the manuals for 2.22?

2021-08-04 Thread jh
Thank you David etal, I've often been unable to find a tool to open/access tarballs? But I used a linux laptop and got in. I did find the quantity of material to be overwhelming and it took me a couple of days to find a way to just find the pdfs in that file but find them I did. Thank you for

Re: slurUp not honored for acciaccatura/appoggiatura if first note

2021-08-04 Thread David Kastrup
David Kastrup writes: > Knute Snortum writes: > >> I've run into what I think is a bug (and I couldn't find it in gitlab >> Issues). If an acciaccatura or appoggiatura is the first note in a >> piece, a \slurUp is not honored (it stays a down slur). Subsequent >> notes work fine. MWE: >> >> %%%

Re: slurUp not honored for acciaccatura/appoggiatura if first note

2021-08-04 Thread Jean Abou Samra
Le 04/08/2021 à 02:18, Knute Snortum a écrit : I've run into what I think is a bug (and I couldn't find it in gitlab Issues). If an acciaccatura or appoggiatura is the first note in a piece, a \slurUp is not honored (it stays a down slur). Subsequent notes work fine. MWE: %%% \version "2.23.3"

Re: slurUp not honored for acciaccatura/appoggiatura if first note

2021-08-04 Thread David Kastrup
Knute Snortum writes: > I've run into what I think is a bug (and I couldn't find it in gitlab > Issues). If an acciaccatura or appoggiatura is the first note in a > piece, a \slurUp is not honored (it stays a down slur). Subsequent > notes work fine. MWE: > > %%% > \version "2.23.3" > > \relative

Re: incipits

2021-08-04 Thread Kees van den Doel
Here's a minimal example showing the problem. On Tue, Aug 3, 2021 at 6:37 PM Kees van den Doel wrote: > I have a score with different key signatures in the voices. The incipit > does not align properly as the flat takes space and shifts things. > See attached. I've simply added the incipits to e