lilypond-user
[Top][All Lists]
Advanced

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

Re: Tempo Headings


From: Mats Bengtsson
Subject: Re: Tempo Headings
Date: Sun, 12 Jun 2005 21:40:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

What does your \Oneheaders look like?
(By the way, the term "\score block" usually refers to a full
\score{...}. The term used in the manual is "identifier", even though
I personally might find "macro" even more appropriate).

To preclude your followup, I propose to use \mark for these tempo
indications in case you didn't already do that.

    /Mats


Will Oram wrote:
For partmaking purposes I stripped the large print tempo indications from a piece and put them in their own \score block. The consequence of this is that, back in the full score, these tempo indications only print if the instrument below it (flute) is visible at the tempo change (i.e., it is playing something).

All tempo indications are placed in a \score block called 'Oneheaders', and applied below:

\book {
    \header { \include "header.ly" }
\score {
        \simultaneous {
            \context StaffGroup ="woodwinds" <<
                \context GrandStaff ="flutes" <<
                    \context Staff = "flauti" <<
                        \set Staff.midiInstrument = #"flute"
\set Staff.instrument = \markup { \center-align { "Flauto I." } } \set Staff.instr = \markup { \center-align { "Fl." } }
                        \Onebarlines
                        \Onespacing
                        \Oneheaders
                        \parameters
                        \OnetheFlutes >>
                    \context Staff = "flauti2" <<
                        \set Staff.midiInstrument = #"flute"
\set Staff.instrument = \markup { \center-align { "Flauto II." } }
                           \Onebarlines
                           \OnetheFlutessecond >>
                 >> % end flutes
                 \context Staff ="oboi" <<
                      \set Staff.midiInstrument = #"oboe"
\set Staff.instrument = \markup { \center-align { "2 Oboi" } }
                    \set Staff.instr = \markup { \center-align { "Ob." } }
                       \Onebarlines
                       \OnetheOboes >>

[...]

Thus, at measure 1, 'Allegro Moderator' is printed, because the flute is visible on that page. About 100 measures later though, 'piĆ¹ mosso' does not print because the topmost instrument is the oboe at that time. I tried sticking \Oneheaders in every instrument, but that didn't help.

Suggestions?

Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-use
r

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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