TwentySix <twenty...@list.ru> writes: > Hello, I have a bug with first grace note: > > upper = \relative c'' { > \clef treble > \key c \major > \time 4/4 > > a4 a4 a4 a4 > \bar "|" \break > \grace a4 > \bar "|" \break > } > > lower = \relative c { > \clef bass > \key c \major > \time 4/4 > > a2 a2 > \bar "|" \break > a4 > \bar "|" \break > } > > \score { > \new PianoStaff << > \set PianoStaff.instrumentName = #"Piano " > \new Staff = "upper" \upper > \new Staff = "lower" \lower > >> > \layout { } > \midi { } > } > <http://lilypond.1069038.n5.nabble.com/file/t5399/IMG_1025.png>
I don't see a bug. You force a break before and after the grace note. So the grace note ends up on a line of its own. So how about actually describing what you consider a bug here? -- David Kastrup _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond