Skip to content
New issue

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

Repeated Chords: articulations and others not working #47

Open
brandy007 opened this issue Feb 20, 2013 · 2 comments
Open

Repeated Chords: articulations and others not working #47

brandy007 opened this issue Feb 20, 2013 · 2 comments
Assignees
Labels
Milestone

Comments

@brandy007
Copy link

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é

@aspiers
Copy link
Owner

aspiers commented Feb 27, 2016

For reference, the previous fix was for #37.

@aspiers
Copy link
Owner

aspiers commented Feb 27, 2016

Can anyone confirm that this issue was fixed by d6c397f?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants