lilypond-user
[Top][All Lists]
Advanced

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

Re: Nesting parallelMusic voices


From: Aleksey Alekseev
Subject: Re: Nesting parallelMusic voices
Date: Mon, 19 Mar 2018 04:34:40 -0700 (MST)

Thank you for your answer! I just tested version 2.19.80. It works without warnings.
I place more code below. Idea is to write a long complex part once and use it several times (and all in \parallelMusic).
\version "2.18.2"

\parallelMusic #'(upperLongComplexPart lowerLongComplexPart) {
    d''1 |
    d'1  |
}

\parallelMusic #'(upper lower) {
    c''1 |
    c'1  |

    \upperLongComplexPart |
    \lowerLongComplexPart |

    e''1 |
    e'1  |

    \upperLongComplexPart |
    \lowerLongComplexPart |
}

\score {
    \new PianoStaff <<
        \new Staff {
            \upper
        }
        \new Staff {
            \lower
        }
    >>
    \layout { }
}
SoundsFromSound wrote
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? > > > Can you share some more code that shows us more context and/or tags etc. - so we see what you're working with? It probably will help others figure it out :) _______________________________________________ lilypond-user mailing list [hidden email] https://lists.gnu.org/mailman/listinfo/lilypond-user


Sent from the User mailing list archive at Nabble.com.

reply via email to

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