% With lilypond-book-preamble.ly included
% some scores are cropped incorrectly.
% Here, articulation mark (accent) is out of area.

\version "2.19.23"

\include "lilypond-book-preamble.ly"

one = {
  s8
}

two = {
  \voiceOne a16[ _> \change Staff = "one" \voiceTwo a'16]
 
}

\score {
  \new PianoStaff <<
    \new Staff = "one" \one
    \new Staff = "two" \two
  >>
}




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

Reply via email to