> Two options:
> 
> %% The second upper "c" octave is computed from the first "c"
> %% i.e. the last explicite note.
> \relative c' {
>   <c e g>8 c' q c r4 q
> }
> 
> %% The second upper "c" octave is computed from the previous
> %% repeated chord ("q")
> \relative c' {
>   <c e g>8 c' q c' r4 q
> }
> 
> I'd favor the first option, that is always consider the last
> explicit note, rather than considering an implicit, repeated note.

Me too.


    Werner


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to