Op di, 19-04-2005 te 23:50 +0200, schreef Werner LEMBERG: > > > \override NoteHead #'transparent = ##t > > > > What if you also set the LedgerLineSpanner transparent? > > This doesn't work: > > \override LedgerLineSpanner #'transparent = ##t > > Additionally, I don't get a warning that this property isn't accepted > by LedgerLineSpanner. IMHO a bug: *All* grobs should be made > invisible by setting the `transparent' property. >
bugreport, please. > This doesn't work either: > > \override LedgerLineSpanner #'no-ledgers = ##t > > But this does: > > \override NoteHead #'no-ledgers = ##t > > There's something fishy in the interface... No, not at all. The ledgers are drawn by the spanner around the noteheads. To make a note head ledger-less, it has to be marked with the no-ledgers property, so the LedgerLineSpanner will skip it. -- Han-Wen Nienhuys - [EMAIL PROTECTED] LilyPond Software Design - http://www.lilypond-design.com _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
