Hello! Using the musicxml2ly command, I have created a lilypond file containing a piano Score. However, it needed many corrections and lacked dynamics.
I have seen a Template here: http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/Piano-templates.html that could make a score with centered dynamics. However, my score definition (a piano Staff with 2 staves and 2 voices each) is completely different to that of the example. I have tried to adapt it to my file but without success. Can any body help me? Look, this is my score definition: \layout { \context { \Score autoBeaming = ##f } } PartPOneVoiceOne = .................music.............................. } % The score definition \new PianoStaff << #(set-accidental-style 'piano) \set PianoStaff.instrumentName = "Piano" \context Staff = "sup" << \context Voice = "PartPOneVoiceOne" { \voiceOne \PartPOneVoiceOne } \context Voice = "PartPOneVoiceTwo" { \voiceTwo \PartPOneVoiceTwo } >> \context Staff = "inf" << \context Voice = "PartPOneVoiceThree" { \voiceOne \PartPOneVoiceThree } \context Voice = "PartPOneVoiceFour" { \voiceTwo \PartPOneVoiceFour } >> >> Could you tell me how to adapt it so as to enable me to put a "dynamics voice" to it like that of the example ( dynamics = { s2\fff\> s4 s\!\pp } )? Thank you very much!! -- View this message in context: http://old.nabble.com/Piano-Staff%3A-Templates%3A-Centered-Dynamics.-tp29612704p29612704.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
