> 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.

It's really hard to say since you don't tell us how you use these
definitions in the \score{...} block.

  /Mats

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

Reply via email to