lilypond-user
[Top][All Lists]
Advanced

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

Tie not appearing


From: Claire Meyer
Subject: Tie not appearing
Date: Sat, 12 Sep 2020 00:25:52 +0200

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

reply via email to

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