Tom Alsberg wrote:

Hi there...

I was just into beginning to learn using LilyPond - figuring it will
be a nice tool to learn to use, and being fond of music and of nice
typographical output, although not much of a musician myself.

I was beginning my typesettings, one year ago, with some little pieces by Schumann, op 68. I used the piano centered dynamics. Perhaps you can compare and learn something.
But i'm not a reference.
http://www.mutopiaproject.org/cgibin/piece-info.cgi?id=655

It isn't updated for 2.10.x on the site. No issues but for midi you must change
      \midi {
   \tempo 4=152
        \context {
          \type "Performer_group"
          \name Dynamics
        }
}
by

\midi {
   \context {
   tempoWholesPerMinute = #(ly:make-moment 152 4)
} \context {
          \type "Performer_group"
          \name Dynamics
        }
}

Hope this helps
                                                Phil


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to