Comment #1 on issue 1048 by [email protected]: Dot next to visible notehead disappears when this notehead is merged with hidden dotted note
http://code.google.com/p/lilypond/issues/detail?id=1048

There is a workaround. You can redefine the macro \hideNotes in your lilypond file to:

hideNotes = {
  % hide notes, accidentals, etc.
  %%% comment the line below to display the dots
  %\override Dots #'transparent = ##t
  %%%
  \override NoteHead #'transparent = ##t
  \override NoteHead #'no-ledgers = ##t
  \override Stem #'transparent = ##t
  \override Beam #'transparent = ##t
  \override Accidental #'transparent = ##t
}


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

Reply via email to