lilypond-user
[Top][All Lists]
Advanced

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

Re: How to shift music up/down a semi tone without changing key signatur


From: David Bobroff
Subject: Re: How to shift music up/down a semi tone without changing key signature
Date: Sun, 27 Nov 2011 11:45:10 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0

On 11/27/2011 11:38 AM, James wrote:
David,

On 27 November 2011 11:17, David Bobroff <address@hidden> wrote:
On 11/27/2011 12:40 AM, James wrote:
Hello,

This seems to be a very basic question but I can't work out how to do it.

Take a piece of music; for example:

{ a b c d | a b c d  }

Then shift it down half a tone without altering the key signature.

-- 
--

James



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

http://lilypond.org/doc/v2.14/Documentation/notation/changing-multiple-pitches#transpose

Ah yes, but the key signature changes see?

I don't want that.

:)

Anyway, I think I have some ideas from the helpful suggestions so far.

James

--
--

James


OK, but you can also do something like this:


\score {
  \relative c' {
    \key bes \major
    bes c d \transpose c cis' { es f } g a bes
  }
}

-David

reply via email to

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