lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tie problem


From: Gilles
Subject: Re: Tie problem
Date: Tue, 1 Mar 2005 14:10:29 +0100
User-agent: Mutt/1.5.6+20040907i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]