Eluze,

I don't have 2.17.x handy just now....  Would you mind checking
this code (attached), and seeing whether it also has been fixed?
I haven't seen any reply on this issue from May.

Thank you!

Jim

http://lists.gnu.org/archive/html/lilypond-user/2013-05/msg00367.html


On Fri, Jun 07, 2013 at 06:20:41PM +0200, Eluze wrote:
> I just compiled with 2.17.5 and upwards - it looks nice now!
> 
> Eluze
> 
> 
> Am 07.06.2013 17:24, schrieb pls:
> > It's a well known issue.
> > Workaround: use s8 instead of r8 in measure 5 (flute).
> >
> > hth
> > patrick
> > On 07.06.2013, at 16:44, Jacques Menu <jacques.m...@epfl.ch> wrote:
> >
> >> Hello folks,
> >>
> >> I ran into this with irregular bars combined with repeats, but only with 
> >> multiple staves.
> >> The source and PDF are attached.
> >>
> >> Thanks if you can help solve this!
> >>
> >> Regards,
> >>
> >> <IrregularBarsWithGraceNotesAndRepeats.pdf>
> >> <IrregularBarsWithGraceNotesAndRepeats.ly>
> >>
> >> --
> >>
> >> Dr Jacques MENU
> >> HPC-DIT Support
> >> http://hpc-dit.epfl.ch/
> >> mailto:hpc-dit-supp...@epfl.ch
> >>
> >>
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> lilypond-user mailing list
> >> lilypond-user@gnu.org
> >> https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > lilypond-user@gnu.org
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

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

\version "2.16.2"

Chords = \new ChordNames {
  \set chordChanges = ##t
  \chordmode { e1 e1 }
}

\score { % this score has a chord symbol on the 2nd line
  <<
    \Chords
    \new Staff {
      \repeat unfold 8 e'8 \break
%      \acciaccatura fis'8
      \repeat unfold 8 e'8
    }
  >>
}

\score { % this score is missing a chord symbol on the 2nd line
  <<
    \Chords
    \new Staff {
      \repeat unfold 8 e'8 \break
      \acciaccatura fis'8
      \repeat unfold 8 e'8
    }
  >>
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to