lilypond-devel
[Top][All Lists]
Advanced

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

problem with beam collision (was: problem with cross-staff stems, on lil


From: Janek Warchoł
Subject: problem with beam collision (was: problem with cross-staff stems, on lilypond-user)
Date: Thu, 9 Jun 2011 22:11:30 +0200

Hi David,

glad it worked :)
The change is almost certainly due to new beam collision algorithm.
I'm forwarding this message to the development team so that they will
know about this issue.
I'm not sure if it's a bug, though - Phil, you are the bugmaster, can
you give us your opinion? :)

cheers,
Janek

2011/6/9 David Nalesnik <address@hidden>:
> Hi Janek,
>
> 2011/6/9 Janek Warchoł <address@hidden>
>>
>> 2011/6/9 Janek Warchoł <address@hidden>:
>>
>> PS overridding beam positions seems to work too:
>>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> \version "2.14.0"
>>
>> top = \relative c' {
>>  <<
>>   { r4 e e e }
>>   { s4
>>     \change Staff = "bottom"
>>     \override  Stem #'cross-staff = ##t
>>     \override Stem #'length = #20
>>     \override  NoteColumn #'ignore-collision = ##t
>>     c, c c
>>   }
>>  >>
>> }
>>
>> bottom = \relative c' {
>>  \clef bass
>>  \voiceOne % similar results with \voiceThree or \stemUp
>>  \override Beam #'positions = #'(4.5 . 4.5)
>>  g8 a g a g a g a
>> }
>>
>> \new PianoStaff <<
>>  \new Staff = "top" {
>>   \top
>>  }
>>  \new Staff = "bottom" {
>>   \bottom
>>  }
>>  >>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>
>> HTH,
>> Janek
>
> This works perfectly.  I checked the beam override with this example in 2.14
> and with my more complicated example, and it solves the problem.  Thank you
> so much!!
> (I ran into this difficulty when converting a score from 2.12.3 to 2.14.  It
> seems that one or the other of the overrides you suggest is now necessary.
> The attached image shows my example as I wrote it above processed with
> 2.12.3.)
> Best,
> David



reply via email to

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