Re: Lilypond-book

2022-03-16 Thread Jean Abou Samra
Le 16/03/2022 à 11:18, Martín Rincón Botero a écrit : Dear community, so that I have any idea on where to look and maybe give more useful information, I got this warning (that should be an error, because the pdf output is useless) when using lilypond-book after upgrading to Lilypond

Re: trillspan

2022-03-16 Thread Valentin Petzel
Hello Erik, <> is an empty chord, it is literally a (make-music 'EventChord 'elements ()). Cheers, Valentin Am Mittwoch, 16. März 2022, 20:29:36 CET schrieb E Appeldoorn: > THank you > > I knew the <> as a 'stay in this place' type of anchor. I do not know > the proper word for it. But yes,

Re[2]: trillspan

2022-03-16 Thread E Appeldoorn
THank you I knew the <> as a 'stay in this place' type of anchor. I do not know the proper word for it. But yes, your solution did work. I needed a bit of tweaking because the TrillSpan jumped to the right a bit. But got it fixed and it looks as needed. Thanks again. vriendelijke groet,

Re: trillspan

2022-03-16 Thread Valentin Petzel
Hello Erik, \startTrillSpan is a post event, so you need to specify it after the note you want the trill to start on. You can use empty chords <> to circumvent this and kind of specify the span before the first note. You still won’t get any change, as trill spans are by default outside-staff

Re: problems with \tempo

2022-03-16 Thread Carl Sorensen
I'm sorry to top post.  My outlook online email client doesn't work well with the Liypond mailer, and my desktop Outlook client is broken right now. Have you looked at the lilypond log file?  Your snippet creates errors.

Re: problems with \tempo

2022-03-16 Thread Mario Bolognani
Many thanks Knute, using your snippet in this way: theMusic = \relative { \tempo "Largo" 4 = 50 c''4 c c c | \tempo "Allegro" 2 = 200 … 400 … 600 c2 c c c | } nothing changes. The midi output of “Allegro” is not going progressively faster. Mario Mario Bolognani mario.bologn...@gmail.com

trillspan

2022-03-16 Thread E Appeldoorn
I wanted to move a TrillSpann downwards to within the bar on the middle barline. I finaly came up with \once \override TrillSpanner.Y-offset = #-2 \startTrillSpan a4*5 \stopTrillSpan But got an error 'unbound TrillSpannEvent' and nothing has changed. So how do I move that TrillSpanner

Re: problems with \tempo

2022-03-16 Thread Knute Snortum
As always, a small, working example will help diagnose the problem and demonstrate to us what is going wrong. For instance, this snippet works fine for me: %%% \version "2.22.2" theMusic = \relative { \tempo "Largo" 4 = 50 c''4 c c c | \tempo "Alegro" 4 = 120 c4 c c c | } \score {

Lilypond-book

2022-03-16 Thread Martín Rincón Botero
Dear community, so that I have any idea on where to look and maybe give more useful information, I got this warning (that should be an error, because the pdf output is useless) when using lilypond-book after upgrading to Lilypond 2.22.1 (it used to work perfectly before) on Ubuntu 20.04:

Re: Notes not under/over each other

2022-03-16 Thread Paul Hodges
Yes, that is standard.  After all, how else could they be fitted in?  There are well-established rules about the way the offsets are chosen, which LilyPond follows. Paul From: Anders Eriksson To: lilypond-user Sent: 16/03/2022 9:02 Subject: Notes not under/over each other

Notes not under/over each other

2022-03-16 Thread Anders Eriksson
Hello, If I have a chord and the notes are one pitch apart, e. g. f g is it standard that they are not shown in a vertical line but in zig zag Is there anything I can do about it, or is it how it should? // Anders

Re: problems with \tempo

2022-03-16 Thread Jacques Menu
Hello Mario, The \midi block is your friend: \book { \score { << \new Staff = "Part_POne_Staff_One" \with { } << \context Voice = "Part_POne_Staff_One_Voice_One" << \Part_POne_Staff_One_Voice_One >> >> >> \layout {