lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamics in \parallelMusic


From: linux
Subject: Re: dynamics in \parallelMusic
Date: Sun, 24 Feb 2013 17:29:49 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

> A dynamics context should do what you want:
> 
> \version "2.16.2"
> {
>  \parallelMusic #'(righthand lefthand dynam){
>    %bar1
>    d''2 b'2|
>    d'2 g'2|
>    s2 \mp s2 |
> 
>     }
>  \new PianoStaff<<
>    \new Staff { \righthand }
>    \new Dynamics { \dynam }       \new Staff { \lefthand }
>  >>
> }
> 
> 
> --
> Phil Holmes


Thank you very much,

Gabriel




reply via email to

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