On 16 October 2012 21:25, Marek Klein wrote:
> Thank you for the report, it has been added as
> http://code.google.com/p/lilypond/issues/detail?id=2908
Thank you, Marek.
Cheers,
Daniel
___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.g
Hello,
2012/10/15 Daniel Berjón
> % Cross-staff arpeggios and dynamics collide.
> \version "2.16.0"
> \new PianoStaff {
> \set PianoStaff.connectArpeggios = ##t
> <<
> {4\arpeggio}
> \new Dynamics {r4\ff}
> {4\arpeggio}
>
> I'm not top posting.
% Cross-staff arpeggios and dynamics collide.
\version "2.16.0"
\new PianoStaff {
\set PianoStaff.connectArpeggios = ##t
<<
{4\arpeggio}
\new Dynamics {r4\ff}
{4\arpeggio}
>>
}
_