Re: Vertically shift tempo prescription

2022-12-02 Thread Arno Waschk
Hi David, sure, here you are. (Taking the risk to be pointed to a most trivial silliness on my side :-) ) \version "2.23.10" \score{   \new Staff{   \partial 4   c'4   \tempo "Allegro" 4=120   \repeat unfold 8{c'8}   %\override MetronomeMark.extra-offset = #'(-20.0 . 20.0)   \tempo "Allegro"

Re: Frescobaldi on Hi-res monitors

2022-12-02 Thread Jean Abou Samra
Le 02/12/2022 à 18:02, Abraham Lee a écrit : Touche lol. To be fair, I was in my bed when I responded to Andrew, but now that I'm back at my computer, I've checked what I've got installed: Frescobaldi: 3.2 Extension API: 0.9.0 Python: 3.6.8 python-ly: 0.9.5 Qt: 5.13.2 PyQt: 5.13.2 sip:

Re: Vertically shift tempo prescription

2022-12-02 Thread Jean Abou Samra
Hello, Le 02/12/2022 à 21:11, Arno Waschk a écrit :   %\override MetronomeMark.extra-offset = #'(-20.0 . 20.0) Here, you are missing the context: \override Score.MetronomeMark.extra-offset = ...   ^ Without a context specified, overrides are applied in the innermost context,

Re: "loco" after ottava

2022-12-02 Thread Jean Abou Samra
Le 02/12/2022 à 02:27, Joel C. Salomon a écrit : Piece of music I have in front of me puts the text "loco." above the first note after an ottava. See also the attached example, from . The code below does not work, which makes me suspect I do not in

Re: Vertically shift tempo prescription

2022-12-02 Thread Flaming Hakama by Elaine
> > -- Forwarded message -- > From: Arno Waschk > To: David Kastrup > Cc: Jean Abou Samra , a...@arnowaschk.de, > lilypond-user@gnu.org > Bcc: > Date: Fri, 2 Dec 2022 21:11:35 +0100 > Subject: Re: Vertically shift tempo prescription > Hi David, > > sure, here you are. > (Taking

Re: Frescobaldi on Hi-res monitors

2022-12-02 Thread Abraham Lee
On Fri, Dec 2, 2022 at 12:04 PM Jean Abou Samra wrote: > Le 02/12/2022 à 18:02, Abraham Lee a écrit : > > Touche lol. > > > > To be fair, I was in my bed when I responded to Andrew, but now that > > I'm back at my computer, I've checked what I've got installed: > > > > Frescobaldi: 3.2 > > > >

Re: Frescobaldi on Hi-res monitors

2022-12-02 Thread Abraham Lee
On Fri, Dec 2, 2022 at 8:11 AM Jean Abou Samra wrote: > Le 02/12/2022 à 15:28, Abraham Lee a écrit : > > What version of Frescobaldi are you running? > > > I have the same question for you. > Touche lol. To be fair, I was in my bed when I responded to Andrew, but now that I'm back at my

Re: Different default arpeggio positions

2022-12-02 Thread Pierre Perol-Schneider
Hi Harm, hi Jean, Le ven. 2 déc. 2022 à 23:49, Thomas Morley a écrit : ... > Even for me - I don't understand that (x x)-line: > ... +1, thanks for asking! Cheers, Pierre

Re: Different default arpeggio positions

2022-12-02 Thread Thomas Morley
Am Fr., 2. Dez. 2022 um 11:46 Uhr schrieb Jean Abou Samra : > > Le 02/12/2022 à 05:16, Abraham Lee a écrit : > > Code works perfectly, Jean, though what it's doing is a bit of a > > mystery. You've been very kind to provide a solution and I don't want > > to take more of your time on the subject,

Re: Adding text to chord names or note names (replies to discussion)

2022-12-02 Thread Flaming Hakama by Elaine
> -- Forwarded message -- > From: kbvw > To: Lilypond-User Mailing List > Cc: > Bcc: > Date: Thu, 01 Dec 2022 18:10:03 + > Subject: Re: Adding text to chord names or note names (replies to > discussion) > Hello Jean, Elaine, > > > > Regarding the different use cases of

Re: Vertically shift tempo prescription

2022-12-02 Thread Arno Waschk
Thanks!  knew it was my fault :-) Arno On 02.12.22 21:20, Jean Abou Samra wrote: Hello, Le 02/12/2022 à 21:11, Arno Waschk a écrit :   %\override MetronomeMark.extra-offset = #'(-20.0 . 20.0) Here, you are missing the context: \override Score.MetronomeMark.extra-offset = ...  

Re: "loco" after ottava

2022-12-02 Thread Valentin Petzel
Hi Joel, The OttavaBracket looks like a line-spanner, but it isn’t! It doesn’t even follow the spanner interface (between notes), but the bracket interface (encompass notes). But why would you in fact want this? As I read this the ottava indication and the indication are mostly independent

Re: Frescobaldi on Hi-res monitors

2022-12-02 Thread Abraham Lee
On Fri, Dec 2, 2022 at 12:52 AM Andrew Bernard wrote: > Frescobaldi works fine for me on a 5K2K (5120x2160) 34 inch screen, in > both Windows 11 and Linux in VM's. > > What OS are you using? > > Andrew > Thanks, Andrew. I’m on Windows 10 using a 4K monitor. Very strange. What version of

Re: Frescobaldi on Hi-res monitors

2022-12-02 Thread Jean Abou Samra
Le 02/12/2022 à 15:28, Abraham Lee a écrit : What version of Frescobaldi are you running? I have the same question for you. Best, Jean OpenPGP_signature Description: OpenPGP digital signature

Re: lilypond-book -> latex

2022-12-02 Thread Carlos Knauer
Thanks a lot! Em sex., 2 de dez. de 2022 02:03, Werner LEMBERG escreveu: > > > I need package "lilypond-book->latex". How can I download it ? > > If you have downloaded or installed LilyPond, you should already have > the `lilypond-book` script. On the command line, say > > ``` > lilypond-book

Re: Spacing between stanzas

2022-12-02 Thread Jean Abou Samra
Le 01/12/2022 à 16:36, rev...@unitelc.com a écrit : Hi all: I used \addlyrics { \override VerticalAxisGroup.nonstaff-nonstaff-spacing.basic-distance = #4 and achieved the effect I wanted. But only for the last line of music. The other lines were unaffected. Is there a way I can get the

Re: Different default arpeggio positions

2022-12-02 Thread Jean Abou Samra
Le 02/12/2022 à 05:16, Abraham Lee a écrit : Code works perfectly, Jean, though what it's doing is a bit of a mystery. You've been very kind to provide a solution and I don't want to take more of your time on the subject, but is there some documentation somewhere that explains that commands