Re: Metronome mark not aligning correctly

2021-11-05 Thread Masaki, Akikazu
I guess you tried \override MetronomeMark.Y-offset = ...? Then \override Score.MetronomeMark.Y-offset works. Akikazu On 2021/11/06 8:43, Knute Snortum wrote: On Fri, Nov 5, 2021 at 2:56 PM Jean Abou Samra wrote: Le 05/11/2021 à 18:06, Knute Snortum a écrit : and 2) how do I adjust the

Re: Metronome mark not aligning correctly

2021-11-05 Thread Knute Snortum
On Fri, Nov 5, 2021 at 2:56 PM Jean Abou Samra wrote: > > Le 05/11/2021 à 18:06, Knute Snortum a écrit : > > and 2) how do I adjust the metronome > > mark's height? Y-offset and Y-extent don't seem to change anything. > > > I am not sure what you have tried exactly. The code >\tweak Y-offset

Re: LilyPond website is not available in some countries

2021-11-05 Thread Paul Hodges
 So if any webpage uses SSL the internet would suddenly require noticably more power. This week I've seen a survey reporting that there are currently about 200,000,000 active websites, and that 100,000,000 are https.  It's reached 50%, and will continue growing. Paul

Re: Metronome mark not aligning correctly

2021-11-05 Thread Kieren MacMillan
Hi all, > I think one change should be that cross-staff needs to be more than a > flag. It rather needs to be a pair of staves identified in some manner > where distancing of any staff pairs in that interval will not involve > the cross-staff material, but it otherwise will contribute to the >

Re: Metronome mark not aligning correctly

2021-11-05 Thread David Kastrup
Jean Abou Samra writes: > Le 05/11/2021 à 18:06, Knute Snortum a écrit : >> I think I have found a bug, or at least an "ugly" behavior. Consider >> the following code: >> >> %%% >> \version "2.22.1" >> >> rightHand = \relative { >>\tempo "Allegro" >>a'''16->-4( g f c a g f c a g f c

Re: Metronome mark not aligning correctly

2021-11-05 Thread Jean Abou Samra
Le 05/11/2021 à 18:06, Knute Snortum a écrit : I think I have found a bug, or at least an "ugly" behavior. Consider the following code: %%% \version "2.22.1" rightHand = \relative { \tempo "Allegro" a'''16->-4( g f c a g f c a g f c \change Staff = "lower" a g f c) | } leftHand =

Re: Metronome mark not aligning correctly

2021-11-05 Thread Knute Snortum
On Fri, Nov 5, 2021 at 2:30 PM Knute Snortum wrote: > > On Fri, Nov 5, 2021 at 10:06 AM Knute Snortum wrote: > > > > I think I have found a bug, or at least an "ugly" behavior. Consider > > the following code: > > It looks like a similar thing happens with an ottava bracket: It looks like I

Re: Metronome mark not aligning correctly

2021-11-05 Thread Knute Snortum
On Fri, Nov 5, 2021 at 10:06 AM Knute Snortum wrote: > > I think I have found a bug, or at least an "ugly" behavior. Consider > the following code: It looks like a similar thing happens with an ottava bracket: %%% \version "2.22.1" rightHand = \relative { \ottava 1 a'''16->-4( g f c

Re: LilyPond website is not available in some countries

2021-11-05 Thread David Kastrup
Valentin Petzel writes: > What browser are you using? Rejecting a page without SSL is somewhat > stupid. For many webpages the only benefit of SSL is that you have a > certificate that the content is correct. While certainly it would be > possible to do some man-in-the-middle attack tricking you

Re: LilyPond website is not available in some countries

2021-11-05 Thread Valentin Petzel
What browser are you using? Rejecting a page without SSL is somewhat stupid. For many webpages the only benefit of SSL is that you have a certificate that the content is correct. While certainly it would be possible to do some man-in-the-middle attack tricking you into having Lilypond into

Re: Repeat bar

2021-11-05 Thread Thomas Morley
Am Fr., 5. Nov. 2021 um 09:50 Uhr schrieb Mahanidhi < mahani...@protonmail.com>: > > Hello, > I'm triyng to have the second line open at the end as the first. But with > repeats bar at the third line the second line get a bar and if I try to > overrite with *\once \hide Staff.BarLine *also the

Re: Repeat bar

2021-11-05 Thread Knute Snortum
Cross-posted here: https://music.stackexchange.com/questions/118338/repeat-bar-errors -- Knute Snortum On Fri, Nov 5, 2021 at 8:57 AM Valentin Petzel wrote: > > Well, that's true. By the way the german translation does specify that this > should not produce any warnings or errors that are

Metronome mark not aligning correctly

2021-11-05 Thread Knute Snortum
I think I have found a bug, or at least an "ugly" behavior. Consider the following code: %%% \version "2.22.1" rightHand = \relative { \tempo "Allegro" a'''16->-4( g f c a g f c a g f c \change Staff = "lower" a g f c) | } leftHand = \relative { \clef bass f,1 | } \new PianoStaff

Re: Repeat bar

2021-11-05 Thread Valentin Petzel
Well, that's true. By the way the german translation does specify that this should not produce any warnings or errors that are unrelated to the problem. Valentin 05.11.2021 15:31:17 David Kastrup : > Valentin Petzel writes: > >> Hello David, >> >> I think that is implicitly specified by the

Re: Repeat bar

2021-11-05 Thread Mahanidhi
Sorry I forgot to add the include-all file. here it is: http://lilybin.com/6s1z36/1 ‐‐‐ Original Message ‐‐‐ Il venerdì 5 novembre 2021 15:31, David Kastrup ha scritto: > Valentin Petzel valen...@petzel.at writes: > > > Hello David, > > > > I think that is implicitly specified by the

Re: Repeat bar

2021-11-05 Thread David Kastrup
Valentin Petzel writes: > Hello David, > > I think that is implicitly specified by the term „working”. The word "working" is not anywhere on the webpage . -- David Kastrup

Re: Repeat bar

2021-11-05 Thread Valentin Petzel
Hello David, I think that is implicitly specified by the term „working”. If the question is about why something does not compile this would then be a minimal non-working example, I guess. Anyway, hello Mahanihi, I’m cannot exactly say what you want, but I guess your problem is that you want

Re: Trailing staff lines after the last bar

2021-11-05 Thread Masaki, Akikazu
Perhaps I solved this. *\override StaffSymbol.break-align-symbols = #'()* extends staff lines beyond the bar. It seems that any object contained in the list stops staff lines. Akikazu On 2021/11/05 12:31, Masaki, Akikazu wrote: Hello, Below prints key and time signatures without staff

Re: Repeat bar

2021-11-05 Thread David Kastrup
Mahanidhi writes: > Hello, > I'm triyng to have the second line open at the end as the first. But with > repeats bar at the third line the > second line get a bar and if I try to overrite with \once \hide Staff.BarLine > also the bar at the third > line disappears. What's the correct way to do

Re: LilyPond website is not available in some countries

2021-11-05 Thread Omid Mo'menzadeh
I'm not sure about the current state, but Azure and AWS didn't use to block IPs from Iran. We had the same problem when Gitlab migrated from Azure to GCP. Note that non of them can do business with us, but serving a hosted website to us is not doing business. GCP seems to be the only one doing

Re: LilyPond website is not available in some countries

2021-11-05 Thread Kevin Barry
> Thank for the notice, and sorry for the mess. I didn't realize GCP > doesn't serve to Iran. Do the other large US providers (Azure, AWS) > serve to Iran, or are they also blocked? I believe they will also be blocked. There is a list of (six I think) countries that businesses based in the US are

Re: LilyPond website is not available in some countries

2021-11-05 Thread Han-Wen Nienhuys
On Tue, Nov 2, 2021 at 8:07 PM David Kastrup wrote: > > "Omid Mo'menzadeh" writes: > > > Of course I do. What I wanted to make sure was that the maintainers and the > > community know this, and are OK with that. LilyPond is a GNU project after > > all, and I don't think this is a GNU policy at

Repeat bar

2021-11-05 Thread Mahanidhi
Hello, I'm triyng to have the second line open at the end as the first. But with repeats bar at the third line the second line get a bar and if I try to overrite with \once \hide Staff.BarLine also the bar at the third line disappears. What's the correct way to do it? Thank you.[sample.png]

Re: Manipulating instrument names and staff group names

2021-11-05 Thread Lukas-Fabian Moser
Hi, I also noticed that StaffCollection probably shouldn't have the Vertical_align_engraver, since this causes vertical spacing to be different. The original idea was that uncommenting in \version "2.23.4" bla = \repeat unfold 30 c'1 <<   \new Staff \bla %{   \new StaffCollection \with {