2010/4/29 Arno Waschk <hamama...@gmx.de>: > Dear list, > > does lilypond have something "No tonality at all" switch which > ensures no key signature at all is printed in a situation like this: > > > << > \crazyatonalmusic > \tranpose c fis \crazyatonalmusic > >>
Hi, Did you specify explicitly a key signature in "crazyatonalmusic"? If not, << \new Staff { \key c \major \new Voice { \tranpose c fis \crazyatonalmusic } } >> should do the trick (actually I think the \key c \major is even not required, just make sure not to specify "\key c \major" explicitly in "crazyatonalmusic"). > I am getting 6 flats for this, which is not useful since > crazyatonalmusic wants to be read with dodecaphonic accidental style > anyways... For the dodecaphonic accidental style you may know you have to use #(set-accidental-style 'dodecaphonic) Cheers, Xavier -- Xavier Scheuer <x.sche...@gmail.com> _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel