Hello,

[ LilyPond 2.7.20 ]

In the following example the bar number pushes the staff into the
right margin:


#v+
%\version "2.7.15"

\documentclass[a5paper,pagesize]{scrartcl}
\usepackage{graphics}
\begin{document}

\noindent
\rule{\textwidth}{1.5pt}

\begin{lilypond}
melody = \relative c' {
  c d e f g a b c \break
  c d e f g a b c \bar"||"
}
\score { \melody }
\end{lilypond}

\noindent
\rule{\textwidth}{1.5pt}

\begin{lilypond}
melody = \relative c' {
  c d e f g a b c \bar"||"
}
\score { \melody }
\end{lilypond}

\end{document}
#v-

In prior versions (at least >2.4.5 that I know of) the bar number
protruded into the left margin which makes more sense IMHO.

c
-- 
_B A U S T E L L E N_ lesen!  --->> <http://www.blacktrash.org/baustellen.html>


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to