bug-lilypond
[Top][All Lists]
Advanced

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

Re: barcheck failure with partial in middle of piece


From: tisimst
Subject: Re: barcheck failure with partial in middle of piece
Date: Fri, 8 Aug 2014 07:58:06 -0700 (PDT)

On Fri, Aug 8, 2014 at 8:53 AM, Paul Morris [via Lilypond] 
<address@hidden> wrote:
> I'm getting an unexpected barcheck failure when using partial in the 
> middle of a piece.  In the minimal example below, if you comment out 
> the chords the first barcheck succeeds, but with the chords included 
> it fails.  (Also the beaming in that first measure is off.)   
> 
> Not sure if this is a bug or if I'm expecting too much from \partial. 
>  In 2.18 there was a warning for using \partial after the start of a 
> piece, but not in 2.19. 
> 
> (Actual use case: in fiddle tunes where the A and B parts are each 
> repeated, and there's a line \break before the start of the B part... 
>  the pickup notes for the B part should be notated at the beginning 
> of the B part, rather than at the end of the A part, to easily see 
> them when repeating back to the start of the B part.  Hence the use 
> of partial in the middle of a piece.) 
> 
> Cheers, 
> -Paul 
> 
> 
> \version "2.19.11" 
> 
> melodyOne = \relative { 
>   \time 6/8 
>   a'8 a a a a a | % this barcheck fails when chords are present 
>   \partial 8 
>   d8 | 
>   c8 c c c c c | 
> } 
> 
> chordsOne = \chordmode { 
>   \time 6/8 
>   a2. | 
>   \partial 8 
>   s8 | 
>   a2. | 
> } 
> 
> \score { 
>   << 
>     \new ChordNames { \chordsOne } 
>     \new Staff { \melodyOne } 
>   >> 
> } 
> 
> If you reply to this email, your message will be added to the 
> discussion below:
> http://lilypond.1069038.n5.nabble.com/barcheck-failure-with-partial-in-middle-of-piece-tp165402.html
> To start a new topic under Bugs, email 
> address@hidden 
> To unsubscribe from Lilypond, click here.
> NAML
> 
Paul,

I can't say I know what's going on, but to get the job done you might 
be able to use the function I created in response to this post:

http://lilypond.1069038.n5.nabble.com/partial-in-the-middle-of-piece-td163365.html

Regards,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/barcheck-failure-with-partial-in-middle-of-piece-tp165402p165403.html
Sent from the Bugs mailing list archive at Nabble.com.


reply via email to

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