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.


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to