lilypond-user
[Top][All Lists]
Advanced

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

Re: Nesting parallelMusic voices


From: Ben
Subject: Re: Nesting parallelMusic voices
Date: Sun, 18 Mar 2018 14:18:07 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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".


reply via email to

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