lilypond-user
[Top][All Lists]
Advanced

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

Re: Handbells


From: David Kastrup
Subject: Re: Handbells
Date: Fri, 23 May 2014 16:36:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

mark damerell <address@hidden> writes:

> I was trying to write a template for printing music for handbells.
> What I want is: Conductor gets a full score. Each handbell ringer
> gets a part with the handbell music in a piano staff, and his or
> her notes highlighted in colours. My current problem is shown by
> this file:
>
>
> BEGIN
> \version "2.18.2"
>
> #(define (shout)
>   (display "hello"))
>
> upper = \relative c' {
>     c4 d e f  }
>
> \score {
>   \new Staff  \upper
>   \layout { }}
>
> #(shout)
>
> END
>
> This produces the expected  .pdf  file. But the shout occurs **before** the
> \score is processed. The output reads (in part)
>
> Processing `b.ly'
> Parsing...hello
> Interpreting music...
>
> and I need it to occur after the \score . Please any advice? I tried
> putting the  #(shout)  inside the  \score { }  but that gives a
> syntax error.

Your example is not seemingly related to what you want.  Can you come up
with something more likely to match the problem?

-- 
David Kastrup



reply via email to

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