Hello there, I'm particularly new to Lilypond, and am currently doing a final year project at university in harmony. Basically I'm using Lilypond to output sheet music of the final result, but I've come across a stumbling block.
My lilypond line is basically: gis'4 fis'4 e'8 dis'4 cis'2. r2 r8 a'8 a'8 a'8 a'8 gis'8 fis'8 e'8 dis'8 e'4 e'4 dis'4 dis'8 cis'1 and I'm using "Completion_heads_engraver" for automatic ties. My source and output pdf and my log file are attached (I hope this isn't a problem) so you can see exactly what I'm getting. The problem, you'll notice, is that the second bar only contains 7 quavers (instead of the 8 it should in 4/4). As far as I can tell, I'm doing nothing wrong. Is this fixed in a later release? I'd rather not download a developmental release unless I know it's fixed my problem (if, indeed, there is a problem and it's not me being stupid). Thanks for any help anyone can give me.
\version "2.6.0" \header { title = "Some piece of music" date = "19 Mar 2006" } \layout { \context { \Voice \remove "Note_heads_engraver" \consists "Completion_heads_engraver" } } VoiceA = { \clef treble \time 4/4 \key e \major gis'4 fis'4 e'8 dis'4 cis'2. r2 r8 a'8 a'8 a'8 a'8 gis'8 fis'8 e'8 dis'8 e'4 e'4 dis'4 dis'8 cis'1 } << \new Staff \VoiceA >>
j5.log
Description: Binary data
j5.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond