Hi, I've got a problem with a tie not appearing. My problematic bar is as follows :
%%%%%%%%%% %% VERSION %%%%%%%%%% \version "2.20.0" %%%%%%%%%% %% THEME B %%%%%%%%%% upperHighB = \relative c'' { d8 <c aes~> <ces aes> bes | } upperLowB = \relative c' { f2 | } %%%%%%%%% %% STAVES %%%%%%%%% global = { \time 2/4 \key c \minor } upper = { \global \clef "treble" << \new Voice { \voiceOne \upperHighB } \new Voice { \voiceTwo \upperLowB } >> } %%%%%%%% %% SCORE %%%%%%%% \score { \new Staff = "piano upper" \upper } The two aes should be tied together, but the tie doesn't appear :( What am I doing wrong ? Many thanks in advance, Claire