We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
thanks for the fast repeated chords fix. Here are some more cases. The one commented out are valid lilypond input but don't work in ly2video.
\version "2.16.0" \header { title = "Regressiontests Chord Repetitions" } music = \new Voice { \relative c' { <a c e>2 q | % chord repetition <f a c>1 | q | % chord repetition on own line <g' c e>4 q q q | % multiple chord repetitions with octave change %<a c e>4 q q2 | % different rhythm => q2 script dies <g c e>4-. q q q | % repetition after articulation <g c e>4 q-. q^. q_. | % repetition articulation normal / up / down <g c e>8-. q-. q-- q-> q-^ q-_ q-+ q | % repetition with different articulations %<g c e>8_. q^. q-- q-1-3-5 q_1-3^5 q_1-3^4-_ q^5_1-3_+ q | % fingerings/articulations => q-1-3-5 script dies <g c e>4\f q\p q\sfz q\mf | % repetition with dynamics <g c e>4\f q\> q\! q | % repetition with dynamics / spanners %<g c e>4~ q q( q) | % repetition with ties / slurs => <g c e>4\f script dies %<g c e>8 q q[ q] q[ q q] q | % repetition => q[ script dies %<g c e>4 q\( q q\) | % phrasing slur => q\( script dies %<g c e>8 q q q-\markup{normal} q_\markup{down} q^\markup{up} q-\markup{ more \italic { complex } \super {markup} } q | % markups => q_ script dies } } \score { \music \layout { } \midi { } }
regards René
The text was updated successfully, but these errors were encountered:
fix bug with handling of repeated chords (issue #47)
d6c397f
#47
For reference, the previous fix was for #37.
Sorry, something went wrong.
Can anyone confirm that this issue was fixed by d6c397f?
aspiers
No branches or pull requests
Hi,
thanks for the fast repeated chords fix. Here are some more cases. The one commented out are valid lilypond input but don't work in ly2video.
regards
René
The text was updated successfully, but these errors were encountered: