2012/9/2 Thomas Morley <thomasmorle...@googlemail.com>: > 2012/9/2 Jim Long <lilyp...@umpquanet.com>: >> On Sat, Sep 01, 2012 at 03:04:44PM -0700, pabuhr wrote: >>> I have a vertical spacing problem with MetronomeMark and rhythmMark. The >>> include for rhythmMark.ly comes from here: >>> >>> http://lsr.dsi.unimi.it/LSR/Snippet?id=204 >> >> I have perhaps a similar issue with RhythmicStaff, although I >> would characterize my spacing as a horizontal misalignment rather >> than vertical. See attached tiny.ly and tiny.pdf. Are the >> rhythm marks in bar 5 aligned correctly with respect to the key >> signature? Is there something in my stock rhythm marks code >> that needs to be adapted for 2.16? >> >> Thank you! >> >> Jim >> >> >> \version "2.16.0" >> >> #(set-global-staff-size 24) >> >> \score { >> << >> >> \new RhythmicStaff \with { >> \override StaffSymbol #'line-count = #0 >> \override StaffSymbol #'staff-space = #(magstep -3) >> \override BarLine #'stencil = ##f >> \override TimeSignature #'transparent = ##t >> \override VerticalAxisGroup >> #'staff-staff-spacing = >> #'((basic-distance . 0) >> (minimum-distance . 0) >> (padding . 0.5)) >> } { >> \set fontSize = #-7 >> \stemDown >> \override NoteHead #'style = #'slash >> >> r8 f8 ~ f4 f8 r4. | f4. f8 r2 | >> r8 f8 ~ f4 f8 r4. | f4. f8 r2 | >> \break >> >> r8 f8 ~ f4 f8 r4. | f4. f8 r2 | >> r8 f8 ~ f4 f8 r4. | f4 f2. | >> \break >> >> \override Stem #'stencil = ##f >> f4 f f f | f f f f >> \revert Stem #'stencil >> >> } % RhythmicStaff >> >> \new Staff { >> % \key bes \major >> \key ces \major >> R1*10 >> } >> >> >> >> >> } % score >> >> _______________________________________________ >> lilypond-user mailing list >> lilypond-user@gnu.org >> https://lists.gnu.org/mailman/listinfo/lilypond-user >> > > Hi Jim, > > I'm pretty sure it's a bug and raised a report about it: > http://lilypond.1069038.n5.nabble.com/NoteColumn-interleaves-with-KeySignature-of-other-Staff-td131944.html > > Best, > Harm
Hi again, its now on the tracker: http://code.google.com/p/lilypond/issues/detail?id=2802 Including some possible workarounds. Cheers, Harm _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user