bug-lilypond
[Top][All Lists]
Advanced

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

Re: Accidentals not reprinted when using \partial


From: Xavier Scheuer
Subject: Re: Accidentals not reprinted when using \partial
Date: Sat, 8 Jan 2011 14:04:19 +0100

On 8 January 2011 13:58, Xavier Scheuer <address@hidden> wrote:
> On 8 January 2011 13:33, Daniel Meyer <address@hidden> 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 <address@hidden>



reply via email to

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