Le 7 juil. 2011 à 12:13, [email protected] a écrit : > > Comment #3 on issue 1747 by brownian.box: parallelmusic problem: q-notation > does not work in \relative > http://code.google.com/p/lilypond/issues/detail?id=1747 > > Probably, this is the issue of chord repetition in relative mode: > > \version "2.15.4" > > % should be identical: > \new Voice { > \relative c'' { <c a> g, q q } > \relative c'' { <c a> g, <c a> q } > }
Could you explain why the two ought to be identical? >From what `q' is for (*repeating* a chord), reading this snippet I'd conclude that they shall produce different results, as the repeated chord is not the same in both cases (the second <c a> does not have the same octave as the first one). `q' is not a textual macro. It is really for repeating the very same chord (with the same octave). [1747 is indeed a duplicate for 1110, but this is orthogonal from the above case.] Nicolas _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
