bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1048 in lilypond: Dot next to visible notehead disappears when


From: lilypond
Subject: Re: Issue 1048 in lilypond: Dot next to visible notehead disappears when this notehead is merged with hidden dotted note
Date: Mon, 01 Aug 2011 16:55:32 +0000


Comment #1 on issue 1048 by address@hidden: 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
}




reply via email to

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