Hi.

> {<<c1~ \\ {s4 s4\< s4\! \> s4\!}>>
> c4 c c c}
>
> This renders the 2 bars correctly, except that the tie does not print.


This works:
%-----
\version "2.4.2"

\score {
  \relative c'' {
    \time 4/4
    \new Voice {
      << { c1~ } {s4 s4\< s4\! \> s4\!} >>
      c4 c c c
    }
  }
}
%-----

[Note the absence of "\\".]


Best,
Gilles


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

Reply via email to