lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing issues


From: philippe hezaine
Subject: Re: Spacing issues
Date: Fri, 12 Jan 2007 20:29:07 +0100
User-agent: Mozilla Thunderbird 1.0.8-1.1.fc4 (X11/20060501)

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




reply via email to

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