Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread David Wright
On Fri 12 Feb 2021 at 08:41:15 (-0500), t...@risingdove.com wrote: > On 11 Feb 2021 at 13:27, Aaron Hill wrote: > > Are you using > >#(set-default-paper-size "a6" 'landscape) > > or > >#(set-default-paper-size "a6landscape") > I was using > #(set-default-paper-size "letter" 'landscape) > I

Re: Braces with TabStaff

2021-02-12 Thread David Kastrup
Carl Sorensen writes: > I guess if we are consistent and say any kind of staff can be included > in a ChoirStaff, so that a ChoirStaff is just a StaffGroup with a > particular kind of start bracket, then my concern is minimized. In a similar vein, PianoStaff became equal to GrandStaff (?) over

Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread Valentin Petzel
Adding the 'landscape symbol to the paper size will not swap the page dimensions, but it will just rotate the print. Thus any PDF-viewer will display the score in portrait. If you want the dimensions to be swapped, use #(set-paper-size „a4landscape”) instead. Cheers, Valentin signature.asc

Re: Braces with TabStaff

2021-02-12 Thread Carl Sorensen
From: Jean Abou Samra Date: Friday, February 12, 2021 at 1:00 PM To: Carl Sorensen , David Kastrup Cc: lilypond-user Mailinglist Subject: Re: Braces with TabStaff Le 12/02/2021 à 19:16, Carl Sorensen a écrit : On 2/12/21, 9:40 AM, "lilypond-user on behalf of David Kastrup"

Re: Error : Lilypond version 2.19.55 Error invoked

2021-02-12 Thread Christian Masser
Unfortunately I haven't been able to reproduce the error after reverting back to 2.22.0 (the file that caused the error also grew significantly while using the dev-version), but I will recompile lilypond with debug symbols and if I run into something alike again I will look into it and let you

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: 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

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

Re: Injecting Blank Space into Score with Edition-Engraver

2021-02-12 Thread Robin Bannister
Jesse Wiener wrote: I'm engraving a large orchestral score and it's working very well with 4 bars per page. For structural reasons, I'd like to have a page with 2 bars but I don't want them to stretch across - the bars are just too wide. Have a look at

Re: lilypond-book executable

2021-02-12 Thread Daniel Connors
Thank you for pointing out my typo. I apologize for that. In some of the previous versions of lilypond, the python scripts in the /bin directory did not have the .py extension and Windows wouldn't run those python scripts. (That didn't wasn't a problem for Linux users.) Dan On Fri, Feb 12,

Injecting Blank Space into Score with Edition-Engraver

2021-02-12 Thread Jesse Wiener
Hey all, I'm engraving a large orchestral score and it's working very well with 4 bars per page. For structural reasons, I'd like to have a page with 2 bars but I don't want them to stretch across - the bars are just too wide. I know that I can create 2 invisible bars but I think there's a better

Re: Braces with TabStaff

2021-02-12 Thread Carl Sorensen
On 2/12/21, 9:40 AM, "lilypond-user on behalf of David Kastrup" 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 with it. > > Wouldn’t the better approach be to have

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

Re: Braces with TabStaff

2021-02-12 Thread David Kastrup
Carl Sorensen writes: > It seems to me like a ChoirStaff is a special kind of StaffGroup that > is not intended to have tablature associated with it. > > Wouldn’t the better approach be to have the user create a new custom > StaffGroup? Singers with lute are not untypical for a Renaissance

Re: Braces with TabStaff

2021-02-12 Thread Carl Sorensen
From: lilypond-user on behalf of Jean Abou Samra Date: Friday, February 12, 2021 at 8:19 AM To: David Kastrup , Richard Shann Cc: lilypond-user Mailinglist Subject: Re: Braces with TabStaff Hi, Still, the output from this doesn't look expected: \version "2.23.1" music = { c''1 } \new

Re: Error : Lilypond version 2.19.55 Error invoked

2021-02-12 Thread Christian Masser
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.23b30375.2e8c87df0f-1" on arch linux) the error went away.

SMuFL Adoption

2021-02-12 Thread Garap Magu
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 what SMuFL adoption would mean to end users.

Re: Braces with TabStaff

2021-02-12 Thread David Kastrup
Jean Abou Samra writes: > It looks like ly/engraver-init.ly is missing > \accepts "TabStaff" in the definition of ChoirStaff. > This causes an intermediate StaffGroup containing > just one TabStaff to be created as a layer between > ChoirStaff and TabStaff to fullfill acceptance > requirements.

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 %

Re: Braces with TabStaff

2021-02-12 Thread Richard Shann
On Fri, 2021-02-12 at 15:37 +0100, David Kastrup wrote: > Richard Shann writes: > > > When I try to create a ChoirStaff brace around two staves one of > > which > > is a TabStaff I get two braces: > > > > 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< > > \version "2.20.0" > > music

Re: lilypond-book executable

2021-02-12 Thread Phil Holmes
Not sure if the missing "d" is a typo - I assume it is.  In that case, there's no need to rename it because it is called lilypond-book.py as installed.  Windows, of course "helpfully" hides extensions by default, so it may not appear as that in Windows Explorer. On 12/02/2021 14:02, Daniel

Re: Braces with TabStaff

2021-02-12 Thread David Kastrup
Richard Shann writes: > When I try to create a ChoirStaff brace around two staves one of which > is a TabStaff I get two braces: > > 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< > \version "2.20.0" > music = { c''1 } > > \score { > << > \new ChoirStaff << >

Braces with TabStaff

2021-02-12 Thread Richard Shann
When I try to create a ChoirStaff brace around two staves one of which is a TabStaff I get two braces: 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< \version "2.20.0" music = { c''1 } \score { << \new ChoirStaff << \new TabStaff = "Part 1" <<

Re: lilypond-book executable

2021-02-12 Thread Daniel Connors
If you want to run lilypond-book on Windows, you'll need to rename it to lilypon-book.py Dan

Re: Frescobaldi 3.1.3 and landscape music

2021-02-12 Thread tim
On 11 Feb 2021 at 13:27, Aaron Hill wrote: > Are you using > >#(set-default-paper-size "a6" 'landscape) > > or > >#(set-default-paper-size "a6landscape") I was using #(set-default-paper-size "letter" 'landscape) I changed iti to #(set-default-paper-size "letterlandscape") and it

Re: lilypond-book executable

2021-02-12 Thread Phil Holmes
It is a python file, not an executable (as in not a .exe). On 11/02/2021 23:00, Luke Bang wrote: Hi, I just installed lilypond and according to the website I see that there's a lilypond-book executable I can run in the Windows version. I don't see this in the /usr/bin directory, but I do see

Re: lilypond-book executable

2021-02-12 Thread David Menéndez Hurtado
How did you install it? Here is what I get on my system: [david@Hopper ~]$ ll /usr/bin/lilypond-book -rwxr-xr-x. 1 root root 27690 Jan 20 19:01 /usr/bin/lilypond-book As you can see, it is executable. /David. On Fri, 12 Feb 2021 at 00:29, Luke Bang wrote: > Hi, > I just installed lilypond