lilypond-devel
[Top][All Lists]
Advanced

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

Re: No key signature in transposed music...


From: Xavier Scheuer
Subject: Re: No key signature in transposed music...
Date: Thu, 29 Apr 2010 18:15:50 +0200

2010/4/29 Arno Waschk <address@hidden>:

> 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 <address@hidden>




reply via email to

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