bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Incorrect cropping with lilypond-book-preamble.ly


From: Karol Majewski
Subject: Incorrect cropping with lilypond-book-preamble.ly
Date: Mon, 20 Jul 2015 16:37:51 +0200

% 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
  >>
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]