Re: Empty Staff/TabStaff/StaffGroup creates indentation

2023-09-01 Thread Michael Gerdau
Basically, this is https://gitlab.com/lilypond/lilypond/-/issues/4157 Thanks for looking into it. I just wanted to make sure it is either me being stupid or a bug/weirdness in LP. Since apparently it is known already that's fine with me.

Re: Empty Staff/TabStaff/StaffGroup creates indentation

2023-09-01 Thread Jean Abou Samra
Hi, Basically, this is https://gitlab.com/lilypond/lilypond/-/issues/4157 The problem is related to \RemoveAllEmptyStaves. In essence, horizontal spacing is computed as if the staves that are being removed were still present. If you comment out the \RemoveAllEmptyStaves line, you will see that

Empty Staff/TabStaff/StaffGroup creates indentation

2023-08-28 Thread Michael Gerdau
Hi list, I have code that creates lists of chords/fretboards. I want them arranged in tabular mode. When I add an empty voice the first line gets indented. When I comment the line "\guitarPart" it looks as expected. See the following code (also attached). Is there a special incantation or is