lilypond-user
[Top][All Lists]
Advanced

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

Nesting parallelMusic voices


From: Алексей Алексеев
Subject: Nesting parallelMusic voices
Date: Sun, 18 Mar 2018 20:26:04 +0300

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?


reply via email to

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