lilypond-user
[Top][All Lists]
Advanced

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

Re: two questions


From: Benjamin Esham
Subject: Re: two questions
Date: Mon, 11 Oct 2004 20:53:57 -0400

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Oct 11, 2004, at 8:10 PM, Michiel Lange wrote:

when I create a part like this [...] The music shifts up one octave (quite logically)
I "fixed" it so far with \octave c'' wherever it would go wrong...

Is there a way to prevent this (as \octave c'' will give warnings, and is not the best solution) ? I was thinking about an invisible, unheard note that would prevent
octave shifting... or is there a better way?

I'm sure there is a better way, but this should work (untested):

fooFirst = \notes
{
   c4 d e f g a b c r4
}
foo = \notes
{
   c,4 d e f g a b c r4
}

bar = \notes
{
   e4 b c d a g
}

\relative c''
{
   \fooFirst
   \bar
   \foo
   \bar
   \foo
   \bar
}

- -- Benjamin D. Esham { http://bdesham.net
address@hidden      }      AIM: bdesham 1 2 8
Wikipedia, the Free Encyclopedia - wikipedia.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD8DBQFBayspzOC3TdZ2u5oRAh8CAJ9Gu9tc20kORmjM2oB60ErIsnemOgCeP0RE
heA7osS9QQlH+YtRxS2drLw=
=UVKn
-----END PGP SIGNATURE-----





reply via email to

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