lilypond-user
[Top][All Lists]
Advanced

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

Re: Alignment of RhythmicStaff


From: Thomas Morley
Subject: Re: Alignment of RhythmicStaff
Date: Sun, 2 Sep 2012 20:56:51 +0200

2012/9/2 Thomas Morley <address@hidden>:
> 2012/9/2 Jim Long <address@hidden>:
>> 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
>> address@hidden
>> 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



reply via email to

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