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

On 27 November 2011 11:17, David Bobroff <bobr...@centrum.is <mailto:bobr...@centrum.is>> 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
    lilypond-user@gnu.org  <mailto:lilypond-user@gnu.org>
    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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to