Re: notation rhythm issue

2009-12-16 Thread Mats Bengtsson
Please read again in the Learning Manual on how to specify durations. In 
your example, you ask LilyPond to let each chord have a duration that 
equals 4/3 of a crotchet (since 1 means whole note = 4/1 crotchets, 2 
means halft note = 4/2 crotchets, 8 means minim = 4/8 crotchets, and so 
on. Just replace 3 by 2. and you get what I think you want.


/Mats

isaac wrote:
i think this is not in the list of known bugs because i looked through it and 
didnt find it. and im not top posting (i dont know what top posting means)


the problem is the length of the full bar notes. in theory, 3/4 time can have a 
semibreve as a full bar note that takes all 3 beats. lilypond correctly input my 
chord with the 3 crotchet beats into semibreves but it then interpreted the 
semibreves as 4 beats.


 version 2.12.0
{ \clef bass \key f\major \time 3/4
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
 }

hope this helps you and me :)

thanks

isaac



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
  


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: notation rhythm issue

2009-12-16 Thread Francisco Vila
2009/12/16 isaac theh...@gmail.com:
 i think this is not in the list of known bugs because i looked through it and
 didnt find it. and im not top posting (i dont know what top posting means)

 the problem is the length of the full bar notes. in theory, 3/4 time can have 
 a
 semibreve as a full bar note that takes all 3 beats. lilypond correctly input 
 my
 chord with the 3 crotchet beats into semibreves but it then interpreted the
 semibreves as 4 beats.

A 3/4 bar is filled with a dotted half, not a semibreve.

Duration for dotted half notes is two-dot as in c2.

Full bar rests (not notes) in 3/4 or any other time signature is
always printed like a centered semibreve rest, for this write R2. in
3/4 or R1 in 4/4

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com
No le des el mando a distancia a Microsoft.  No utilices Windows 7.
http://windows7sins.org


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


notation rhythm issue

2009-12-15 Thread isaac
i think this is not in the list of known bugs because i looked through it and 
didnt find it. and im not top posting (i dont know what top posting means)

the problem is the length of the full bar notes. in theory, 3/4 time can have a 
semibreve as a full bar note that takes all 3 beats. lilypond correctly input 
my 
chord with the 3 crotchet beats into semibreves but it then interpreted the 
semibreves as 4 beats.

 version 2.12.0
{ \clef bass \key f\major \time 3/4
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
  f,, f, 3~
 }

hope this helps you and me :)

thanks

isaac



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond