-----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-----
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user