lilypond-user
[Top][All Lists]
Advanced

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

Re: Nobody really knows how to center a note within a measure ?


From: Mats Bengtsson
Subject: Re: Nobody really knows how to center a note within a measure ?
Date: Sat, 16 Apr 2005 23:03:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050319

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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