lilypond-user
[Top][All Lists]
Advanced

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

NoteName Engraver and Ties


From: Jay Vara
Subject: NoteName Engraver and Ties
Date: Mon, 6 Oct 2014 11:41:22 +0100

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 {}
%%%%%%%%%%%%%%%%

Inline image 1

reply via email to

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