lilypond-user
[Top][All Lists]
Advanced

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

Re: How to tie into a bar with split voices


From: Jean Abou Samra
Subject: Re: How to tie into a bar with split voices
Date: Wed, 19 Apr 2023 16:36:59 +0200
User-agent: Evolution 3.46.4 (3.46.4-1.fc37)

John,

Le mercredi 19 avril 2023 à 16:25 +0200, John McWilliam a écrit :

Hi,                 I’m trying to get a tie to cross the barline into a split voice measure. I have tried with and without the \voiceOne command but cannot get this to work. Can any one help me?

There are several issues with your syntax.

Here is the complete code:

\version "2.24.1"

\score {
  \relative c'' {
    \clef "treble" \key f \major \time 6/8
    c4 r8  f,4. 					| % 2
    f2.~ 					| % 3
    <<
      {
        \voiceOne
        f4 g8 a4 bes8				| % 4
        c2.~					| % 5
        c4
      }
      \new Voice {
        \voiceTwo				% Voice = "2"
        r4 r8 f,4 f8				| % 4
        a2.~					| % 5
        a4
      }
    >>
    \oneVoice
    a8  a4  a8

  } %end relative
} %ens score

Best,

Jean

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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