Is there a way to tell the NoteName Engraver not to print the notes under
ties? Or print a - when the note is tied to the previous note?

In the following code, e and g are tied. The NoteName currently prints e e
and g g. Instead I would like to see it print e - and g -.

%%%%%%%%%%%
\version "2.18.2"

music = \relative c' { c d e ~ e f g ~g a b c }

\score {
  <<
    \new Voice \music
    \context NoteNames \music

  >>
}
\layout {}
%%%%%%%%%%%%%%%%

[image: Inline image 1]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to