Since this isn't common notation practice, there's no builtin support
for it. The question is what kind of score you want to use it in.
If it's just a single staff in the score, then a whole note will be
printed fairly close to center of the measure (or rather, the next
bar line will be printed fairly close to the note). However, if there
are several staves in the score and some other part play several notes
during the duration of the whole note, then the whole note will be
aligned with the first note of the measure in all the other parts.
Of course, you could do something like
\score{
<<
  \new Staff { c4 d e f }
  \new Staff { s2 c1*1/2 }
>>
}
to fool LilyPond into printing the whole note aligned with the 3rd beat,
for example.

   /Mats


MX wrote:
Hi all,

I asked this question a few days ago without  any aswer  :

How can I center a note within a measure, for example a whole note within the last measure of a piece ?

Thanks in advance.

MX


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

-- ============================================= Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe =============================================


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

Reply via email to