On 3/18/2018 1:26 PM, Алексей Алексеев wrote:
This code:

```

\version "2.18.2"

\parallelMusic #'(upperNest lowerNest) {

d''1 |

d'1 |

}

\parallelMusic #'(upper lower) {

\upperNest |

\lowerNest |

}

```

produce "Bars in parallel music don't have the same length" warnings.

Why? Is it bug in lilypond?



Hi,

FYI I don't see that warning when I use a 2.19 version of LilyPond...
i.e.

\version "2.19.80"

\parallelMusic #'(upperNest lowerNest) {
d''1 |
d'1 |

}

\parallelMusic #'(upper lower) {
\upperNest |
\lowerNest |

}

Success: compilation successfully completed

Completed successfully in 0.4".

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

Reply via email to