bug-lilypond
[Top][All Lists]
Advanced

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

\hideNotes hides too many dots


From: Simon Albrecht
Subject: \hideNotes hides too many dots
Date: Sun, 18 Jun 2017 12:32:39 +0200

Hello,

this is an exemplary use case for \hideNotes:

%%%%%%%%%%%%%%%%%
\version "2.19.55"

\new Staff <<
  \new Voice {
    \voiceOne
    c''16 e''16~
    \hideNotes
    e''4.
  }
  \new Voice {
    \voiceTwo
    c''8~ \oneVoice <c'' e''>4.
  }
>>
%%%%%%%%%%%%%%%%%

However, \hideNotes also manages to hide the dot on the second e'', which I don’t quite know why, since it should be printed from the second voice.

Best, Simon

Attachment: dot-missing.png
Description: PNG image


reply via email to

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