lilypond-user
[Top][All Lists]
Advanced

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

Re: global dynamics


From: Mats Bengtsson
Subject: Re: global dynamics
Date: Fri, 21 Jun 2002 01:30:05 +0200

> 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



reply via email to

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