lilypond-user
[Top][All Lists]
Advanced

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

Re: Forced Tie between non-equal notes?


From: bruys .
Subject: Re: Forced Tie between non-equal notes?
Date: Wed, 13 Apr 2011 21:20:38 +1000


Sorry, I've gone off half-cocked. I can't get this to work when the second note in the tie has an accidental. I thought I could get it to work, as follows, but the tie doesn't print, and the accidental I'm trying not to print gets printed.

Bruys

\version "2.12.3"


\score {
   { ces''2 ~ ces''2
     ces''2 ~ \set Staff.middleCPosition = #-7
              ces''2
              \set Staff.middleCPosition = #-6
     b''2 ~ b''2
     \set tieWaitForNote = ##t
     des''2 ~ \set Staff.middleCPosition = #-7
              \override NoteColumn #'ignore-collision = ##t
              << {}
                 \\
                 { \override Voice.Accidental #'stencil = ##f
                   \override Voice.AccidentalCautionary #'stencil = ##f
                   des''2
                   \revert Voice.Accidental #'stencil
                   \revert Voice.AccidentalCautionary #'stencil
                 }
                 \\
                 { \once \override NoteHead #'transparent = ##t
                   \once \override Stem #'transparent = ##t     
                   dis''2
                 }
              >>
     \oneVoice
     \set Staff.middleCPosition = #-6
   }
}

reply via email to

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