On 8 January 2011 13:58, Xavier Scheuer <x.sche...@gmail.com> wrote:
> On 8 January 2011 13:33, Daniel Meyer <kont...@djmeyer.de> wrote:
>>
>> > I'm not top posting.
>>
>>
>> % Here's what happens:
>> % If you write a note with an accidental
>> % and use the same note in the next measure,
>> % the accidental should be reprinted.
>> % When using \partial, it is not reprinted.
>>
>>
>> \version "2.13.45"
>> \relative c' {
>>        es1
>>        \partial 2
>>        es4
>> }
>
> NR 1.2.3 Displaying rhythms > Upbeats
> Known issues and warnings
>
>  The \partial command is intended to be used only at the beginning of a
>  piece. If you use it after the beginning, some odd warnings or effects
>  may occur, in this case use \set Timing.measurePosition instead.
>
> Your code is a nonsense in a musical understanding.
> And BTW when I compile it with 2.13.45 I got the following warning:
>
> Warning : \partial should be used only at the beginning of a piece
>       \partial 2

\partial  goes back in time and thus make LilyPond think your  es4  is
in the same measure as  es1 .
Since an accidental is not reprinted in the same measure, LilyPond does
not reprint your accidental.

What are you trying to do with this odd code?

Cheers,
Xavier

-- 
Xavier Scheuer <x.sche...@gmail.com>

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to