On 12/11/2011 2:38 PM, Naomi Gage wrote:
Hello,
I am a relatively new lilypond user. I am working on a score and 62
measures into the score, the bar placement is incorrect when I include
a run of 16th notes, as follows:
staffFlute = \new Staff {
\time 2/4
\set Staff.instrumentName = "Flute"
\set Staff.midiInstrument = "flute"
\key d \major
\clef treble
\relative c' {
%..... (61 measures of other music)
c4-^ \acciaccatura d8 c4-^\trill \grace {b16 [cis]}
b16 \< (a g fis) e \> (d c b) %this is the measure that does not
print correctly - only 7 16th notes print in this measure
}
When I input this particular sequence, only 7 16th notes print in the
measure and the last 16th is printed in the following measure,
screwing up the placement of the subsequent measures. Previous to
this, the placement of similar runs was correct.
I would appreciate any guidance with how to fix this issue. Thanks
very much.
Naomi
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Naomi,
You didn't say which version you're using. I ran it in v2.14 and could
not reproduce the output you describe. What happens if you try just
this snippet? Does it come out wrong? If not, I would suggest looking
earlier in the input to see if there is something nudging everything
over a 1/16th note's worth.
-David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user