lilypond-user
[Top][All Lists]
Advanced

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

global dynamics


From: Simon Bailey
Subject: global dynamics
Date: 20 Jun 2002 19:38:30 +0200

hi people,

is my logic totally up the creek, or should this code work?

-----------------------------------------------------------
global = {
  \property Staff.TextScript \override #'padding = #2                   
  \property Score.RehearsalMark \override #'padding = #2
  \time 3/4
  \skip 4*48 \bar "||"
  \repeat volta 2 {
        s4\pp
        \skip 4*10
        s4\mf
        \skip 4*12
        s4\f
        \skip 4*5
        s4\p
        \skip 4*5
        s4\f
        \skip 4*11
  }
}
--------------------------------------------------------------

this is for a quartet score which i am arranging, and i thought it might
be easier to put the dynamics in the global definition, but i get the
following error message when i try compiling the score:

----------------------------------------------------------------
<--- SNIP --->
/home/binabik/music/wassermusik/hwv349/minuet/globals.ly:22:6: warning:
Junking request: `Lyric_req':
                                s4
                                  \pp

/home/binabik/music/wassermusik/hwv349/minuet/globals.ly:24:6: warning:
Junking request: `Lyric_req':
                                s4
                                  \mf
[24]
/home/binabik/music/wassermusik/hwv349/minuet/globals.ly:26:6: warning:
Junking request: `Lyric_req':
                                s4
                                  \f

/home/binabik/music/wassermusik/hwv349/minuet/globals.ly:28:6: warning:
Junking request: `Lyric_req':
                                s4
                                  \p

/home/binabik/music/wassermusik/hwv349/minuet/globals.ly:30:6: warning:
Junking request: `Lyric_req':
                                s4
                                  \f
[28]
<--- SNIP --->
---------------------------------------------------------------

any ideas, anyone?

thanx for your time,
simon.
-- 
Confucius say, man who live in glass house shower in basement.



reply via email to

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