Hello,

On 11 December 2011 14:38, Naomi Gage <nlg...@aol.com> 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.
>

I think there is probably something before this 'sequence' that might be
causing what you are seeing.

You don't say what version of LilyPond you are using but when I compile:

\version 2.14.1
 {
\time 2/4
\set Staff.instrumentName = "Flute"
\set Staff.midiInstrument = "flute"
\key d \major
\clef treble
\relative c' {
c4-^ \acciaccatura d8 c4-^\trill \grace {b16 [cis]}
 b16\< (a g fis) e \> (d c b)
  }
}

It all looks fine.

Your literal example is missing a '}' before the final one (closing the
'\new Staff {') but even so it would not compile without error anyway.

Also your last crescendo is un-terminated (again LP posts a warning but
still compiles) and this doesn't seem to make any difference in the output.

So with these inconsistencies in your posted example I am suspecting that
when you said:

"...Previous to this, the placement of similar runs was correct."

that whatever you did afterwards had an effect.

Regards

-- 
--

James

<<attachment: screenshot.png>>

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

Reply via email to