Hello,

is there any possibility to tweak direction of a tie generated via the Completion_heads_engraver? The following tweaks both don’t work:

%%%%%%%%%%%
\version "2.19.36"
\layout {
  \context {
    \Voice
    \remove "Note_heads_engraver"
    \consists "Completion_heads_engraver"
  }
}
{
  \once\override NoteHead.direction = 1
  \once\override Tie.direction = 1
  a'\breve
}
%%%%%%%%%%

Best, Simon

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to