Is there also the problem that the auto-beams are not printed in this solution (6/8 not beamed 3 3?) If yes, what would be a solution for that problem? Christian
Fred lunnon wrote: > >> I'm not top posting. > > %{ > Lilypad v2.12.2 running on Mac G4 Powerbook under OSX v3.9 > > A grace note at the start of the first bar causes redundant > and default clefs and time signatures to be printed, splitting > the grace note from its companion note. > > A workaround is to prefix an initial rest bar. > %} > > \version "2.12.2" > > melody = \relative c { > \clef bass > \key d \minor > \time 6/8 > %r2. % rest bar workaround > r8 a8 d e f e > } > lower = \relative c,, { > > \clef bass > \key d \minor > \time 6/8 > %r2. % rest bar workaround > \grace { f32[ g] } a2. > } > > > \score { > << > \new Voice = "mel" { \autoBeamOff \melody } > \new Staff = "low" { \lower } > >> > } > > > > > > _______________________________________________ > bug-lilypond mailing list > bug-lilypond@gnu.org > http://lists.gnu.org/mailman/listinfo/bug-lilypond > > -- View this message in context: http://www.nabble.com/Bug-report%3A-initial-grace-note-causes-redundant-clefs-and-time-signatures-tp23308102p23315204.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond