lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Beam slopes


From: Leo Correia de Verdier
Subject: Re: Beam slopes
Date: Sun, 9 Jan 2022 22:08:39 +0100

Hi Yurij

If the question was rather about forcing the beam to be kneed you could do it 
like this:
(The auto-knee-gap should be less than the interval between the notes)

\version "2.22.0"
 
\new Score \new PianoStaff <<
\new Staff = "up" {
\once \override Beam.damping = #+inf.0
\once \override Beam.auto-knee-gap = #0
<e' c'>8
\change Staff = "down"
g8 fis g
\change Staff = "up"
\once \override Beam.damping = #+inf.0
<g'' c''>8
\change Staff = "down"
e8 dis e
\change Staff = "up"
}
\new Staff = "down" {
\clef bass
% keep staff alive
s1
}
>>


> 9 jan. 2022 kl. 21:58 skrev Aaron Hill <lilypond@hillvisions.com>:
> 
> On 2022-01-09 12:30 pm, Виноградов Юрий wrote:
>> Hello. How to make a connecting beam at an angle of 90 degrees in this
>> code
> 
> Please review this thread [1] from last year, as I think you are looking for 
> the same behavior.
> 
> [1]: https://lists.gnu.org/archive/html/lilypond-user/2021-05/msg00078.html
> 
> 
> -- Aaron Hill
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]