lilypond-user
[Top][All Lists]
Advanced

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

Re: SATB vocal score example


From: Geoff Horton
Subject: Re: SATB vocal score example
Date: Fri, 24 Nov 2006 18:32:18 -0500

In section D.4.1 of the manual for 2.8.7, there's nice example of a
SATB score.

I think that's my contribution :)

\global is not a keyword; it's defined at the top of the example, like this:

global = {
       \key c \major
       \time 4/4
    }

In this case, omitting it makes no difference because those are the
default settings for LilyPond anyhow (blank key signature, 4/4 time).
Try changing the definition to

global = {
       \key d \major
       \time 3/4
    }

and I think you'll see a difference.

(Graham, should the manual example be changed?)

Geoff




reply via email to

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