Re: Beam slopes

2022-01-09 Thread Leo Correia de Verdier
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
8
\change Staff = "down"
g8 fis g
\change Staff = "up"
\once \override Beam.damping = #+inf.0
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 :
> 
> 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
> 




Re: Beam slopes

2022-01-09 Thread Aaron Hill

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