lilypond-user
[Top][All Lists]
Advanced

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

Re: Difficulty with a missing tie


From: Pierre Perol-Schneider
Subject: Re: Difficulty with a missing tie
Date: Thu, 16 May 2019 21:38:49 +0200

Hi Michael,
See: http://lsr.di.unimi.it/LSR/Item?id=770
e.g.:

\version "2.21"
\include "english.ly"


{
  \new PianoStaff <<
    \new Staff = "up" {
      r2. a'4 ~ 1
    }
    \new Staff = "down" {
      \clef bass
       <<
         {
          \override Stem.cross-staff = ##t
          \override Stem.length = #19
           s2. a4_~ 1 }
         \\ { c1 ~ 1 } >>
    }
  >>
}

Cheers,
Pierre


Le jeu. 16 mai 2019 à 21:01, Michael Welsh Duggan <address@hidden> a écrit :
In the following snippet I run into the problem that the c1 ~ c tie is
not recognized.  Does anyone have any idea how I should do this instead?

\version "2.21.0"
\include "english.ly"

{
  \new PianoStaff \with {
    \consists #Span_stem_engraver
  }
  <<
    \new Staff = "up" {
      r2. << {a'4 ~ }
             \context Staff = "down" \crossStaff {\stemUp a ~} >>
      << a'1 \context Staff = "down" \crossStaff {a} >>
    }
    \new Staff = "down" {
      \clef bass
      c1 ~ c
    }
  >>
}


--
Michael Welsh Duggan
(address@hidden)
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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