Re: hiding accidentals

2012-03-16 Thread Jeffrey Trevino
> > > > I'm having trouble hiding accidentals in the middle of a glissando, > where there will be notes without slurs, noteheads, or accidentals. Why > doesn't my "hide-accidental" override work here?: > > > > > > \new Staff << >

Re: hiding accidentals

2012-03-16 Thread Kieren MacMillan
Hi David, > Why anyone would bother to write something as butt-ugly as that is a > different question. I have several composer friends who look at any of my Lilypond code and say the same thing… ;) Cheers, Kieren. ___ lilypond-user mailing list lily

Re: hiding accidentals

2012-03-16 Thread David Kastrup
"m...@apollinemike.com" writes: > On Mar 16, 2012, at 7:16 AM, Jeffrey Trevino wrote: > >> Hi there, >> >> I'm having trouble hiding accidentals in the middle of a glissando, where >> there will be notes without slurs, noteheads, or accidentals.

Re: hiding accidentals

2012-03-16 Thread m...@apollinemike.com
On Mar 16, 2012, at 7:16 AM, Jeffrey Trevino wrote: > Hi there, > > I'm having trouble hiding accidentals in the middle of a glissando, where > there will be notes without slurs, noteheads, or accidentals. Why doesn't my > "hide-accidental" override work here

Re: Scheme question regarding hiding accidentals

2009-12-04 Thread Reinhold Kainhofer
Am Samstag, 5. Dezember 2009 01:42:16 schrieb Robin Bannister: > Aaron Dalton wrote: > > I want to be able to hide the accidental. > > There is Mark Polesky's suppress-accidental > http://lists.gnu.org/archive/html/lilypond-devel/2009-07/msg00384.html > but that is probably overkill in your case.

Re: Scheme question regarding hiding accidentals

2009-12-04 Thread Robin Bannister
Aaron Dalton wrote: I want to be able to hide the accidental. There is Mark Polesky's suppress-accidental http://lists.gnu.org/archive/html/lilypond-devel/2009-07/msg00384.html but that is probably overkill in your case. You can do it by switching the style in a music function http://lilypo

Scheme question regarding hiding accidentals

2009-12-04 Thread Aaron Dalton
I'm typesetting a book of Italian madrigals and have used the accidental-style 'forget' for the project as it deals correctly with 99% of my accidentals. The issue is when I have a chromatically inflected note repeated. It quite naturally wants to reprint the accidental for each note. For th