lilypond-user
[Top][All Lists]
Advanced

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

\repeatTie on a single note in a chord


From: Mojca Miklavec
Subject: \repeatTie on a single note in a chord
Date: Thu, 9 Mar 2017 17:07:05 +0100

Hi,

How can one add "\repeatTie" that only works on a single note in a chord?

Example where I would only want to add the tie just to "f":

melody = \fixed c' {
  \time 3/4
  \repeat volta 2 {
    <b, d f>2.~ |
  } \alternative {
    {
      <a, c f>2. |
    } {
      <a, c f>2 \repeatTie r4 |
    }
  }
}

Thank you,
    Mojca

(Please CC me.)



reply via email to

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