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 {
\co
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
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
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: lilypo
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 {
\ne
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 southward
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
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.
var/folders/q5/88k2s1717qv1v7rq4tqz53k8gn/T/frescobaldi-5i3u1hok/tmpc7w
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
g
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, Erik
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, you
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 2.22.1
12 matches
Mail list logo