lilypond-user
[Top][All Lists]
Advanced

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

Re: global dynamics


From: Simon Bailey
Subject: Re: global dynamics
Date: 20 Jun 2002 19:47:40 +0200

i really should think before i write... :)

i now am using the following code, which prints the dynamics in the
single parts, but not in the score:

dynamics = \notes {
        s4\mf
        \skip 4*47
        \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
        }
}

global = {
  \property Staff.TextScript \override #'padding = #2                   
  \property Score.RehearsalMark \override #'padding = #2
  \time 3/4
  \dynamics
}

in each of the single instrument parts, the dynamics are printed, but
not in the score.

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




reply via email to

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