lilypond-user
[Top][All Lists]
Advanced

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

Re: constructing a jazz piece


From: Shamus
Subject: Re: constructing a jazz piece
Date: Wed, 09 Apr 2008 12:40:50 -0500
User-agent: Thunderbird 2.0.0.9 (X11/20080224)

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

Thanks for that David. I've been doing this to separate out dynamic
markings, but I didn't know you could do the same with voltas and the like.

/me goes off to try it

- -- Shamus


David Bobroff wrote:
| Don't know if there's a simple example in the docs.  What I do looks
| something like this:
|
| global = {
|     \key c \major
|     \time = 4/4
|     s1^\markup{\bold "Allegro"}
|     s1*8 (you need skips to place your things in the right place)
|     % etc.
| }
|
| sax = \relative c' {
|     %saxophone stuff
| }
|
| trombone = \relative c {
|     % trombone stuff
| }
|
| % The score for the two voices above:
|
| \score {
|     \context StaffGroup  <<
|         \global
|         \context Staff <<
|         \sax
|         >>
|         \new Staff <<
|         \trombone
|         >>
|     >>
| }
|
| % Score for a part:
|
| \score {
|     \context Staff <<
|         \global
|         \sax
|     >>
| }
|
|
| You can put all sorts of things in the 'global' block like rehearsal
| marks, too.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH/P+imE5b/O3JjkYRAjPnAJsEPPLMGaOzYntUbWr2aza/Njyc/ACfXDUV
jMQnseEglncpAa6ALucgtDQ=
=fdj6
-----END PGP SIGNATURE-----




reply via email to

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