bug-lilypond
[Top][All Lists]
Advanced

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

barcheck failure with partial in middle of piece


From: Paul Morris
Subject: barcheck failure with partial in middle of piece
Date: Fri, 8 Aug 2014 07:53:23 -0700 (PDT)

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 }
  >>
}



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



reply via email to

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