lilypond-user
[Top][All Lists]
Advanced

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

dynamics in \parallelMusic


From: linux
Subject: dynamics in \parallelMusic
Date: Sun, 24 Feb 2013 13:35:34 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hello,

I mainly write music for the piano.

In the following snippet:
 
\header {
  title = "dynamics in parallelMusic"
  composer = "me"
 
}
\version "2.16.2"
{
  \parallelMusic #'(righthand lefthand){
    %bar1
    d''2\mp b'2|
    d'2 g'2|

     }
  \new PianoStaff<<
    \new Staff << \righthand >>
    \new Staff << \lefthand >>
  >>
}


the dynamics appear too close to the upper staff.

How can I make the dynamics appear in the middle between the staffs?

I attached the test.ly file...

Thank you for your help...

Gabriel

Attachment: test.ly
Description: Text document


reply via email to

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