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
   }
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to