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
\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
tiny.pdf
Description: Adobe PDF document
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user