Jean-Marie Mouchel <jean-marie.mouc...@orange.fr> writes:

> Hi,
>
> This fails : \times 2/3 {c8 d e} ~e8 d16 c16
>
> This works (but is hardly readable) : \times 2/3 {c8 d e ~e8.} d16 c16

<http://lilypond.org/tiny-examples.html>

For what it's worth,

\version "2.21.0"

{ \times 2/3 {c8 d e} ~e8 d16 c16 }

works on current master.  But it's not exactly recommended syntax.  Why
don't you write

{ \times 2/3 {c8 d e~ } e8 d16 c16 }

instead?

-- 
David Kastrup

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to