accidental style

2007-09-30 Thread Sandeep Gupta
Hi, I am trying to, for instance, show the accidental on the second a-sharp below. \parallelMusic #'(voiceA voiceB) { \cadenzaOn ais''2. | b''2. | \bar "|" ais''2. | d''2. | \bar "|" \cadenzaOff } \score { << \new Staff \new Voice \voiceA \new Staff \new Voice \voiceB >> } Where should I pu

Re: accidental style

2007-10-03 Thread Sandeep Gupta
allelMusic #'(voiceA voiceB) { \cadenzaOn #(set-accidental-style 'modern) ais''2 a''4 | b''2. | \bar "|" ais''2. | d''2. | \bar "|" \cadenzaOff } \score { << \new Staff \new Voice \voiceA \new Staff \new Voice \voiceB

enharmonics depending on context

2009-09-19 Thread Sandeep Gupta
Hi list, Is there a scheme snippet that will reprint a sharp as the enharmonic flat if it appears after a flat, reprint a flat as the enharmonic sharp if it appears after a sharp, and leave a note alone if it appears after a natural? Better yet would be if it always left fis and bes alone. Thank