Stuart A. Harvey <stuart.a.harvey <at> gmail.com> writes:

> The snippet of code below used to work in 2.14.0.  Now that I have 
installed 2.18.2 I get “Bars in parallel music don’t have the same length”.  
 Is there any way to accomplish this in 2.18.2 where the lead line, chords, 
and tabs are written in parallel?
>  

The only solution I see is to remove the bar-check symbols '|'
within each segment intended for one voice.

\relative g' { g4 g8 g8 g4 b4 d4 b4 g2 a4 fis4 d2 d'4 b4 g4 d4 } |
\chordmode   { g1             g1       d1         g1      } |

LilyPond started interpreting some of your '|' signs as indications
to change from on parallel input to the next, when we accepted the change
  <http://code.google.com/p/lilypond/issues/detail?id=451>
which was clearly a mistake, but then further changes
  <http://code.google.com/p/lilypond/issues/detail?id=3118>
made LilyPond's \parallelMusic dig deep looking for bar-check symbols.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to