Werner a écrit :
Try the following test-file.
Note: version 2.12.2 Just for the record even anywhere you put a \break in your file with an empty layout the right-margin is not taken in account. set-global-staff-size doen't matter. Possibly it bears a rapport to... However I cannot try in 2.13 -- Phil.
\version "2.12.2" \paper { #(set-paper-size "a4") top-margin = 0.5\cm bottom-margin = 2\cm left-margin = 2\cm right-margin = 2\cm ragged-last-bottom = ##t } #(set-global-staff-size 19) \header { tagline = \markup \fontsize #-2 "Notensatz mit dem freien Programm LilyPond (www.lilypond.org)" } \include "deutsch.ly" Cello = \relative c { \clef bass \key c \major \time 3/4 \mark Cis e8 a~ a gis c4 | r8 e, a4 gis8 c~ | \break c e, a8. gis16 c4 | e,8 a r16 gis c8 des a | \break \mark D % pos already 2/4 gis8 d e4 e,4 r2 r4 \bar "||" \break \mark Dis % both 2/4 \time 2/4 a4 cis | d d8 cis | d e f a | a \breathe e a b | c d b a | gis f e d | } Posaune = \relative c { \clef bass \key c \major \time 3/4 \mark Cis r4 r8 c, f8. e16 | gis4 c,8 f~ f e | gis4 c,8 f r16 e gis8~ | gis c, f2 \bar "||" \mark D \time 2/4 % vc still 3/4 e4 gis | a4 a8 gis | a8 c d f | \mark Dis % both 2/4 e4 \breathe e | f e | d c~ | c f,~ | f e | d2 | } \score { << \new Staff { \set Staff.instrumentName = #"Violoncello" \set Staff.shortInstrumentName = #"c" \Cello } \new Staff { \set Staff.instrumentName = #"Posaune" \set Staff.shortInstrumentName = #"p" \Posaune } % % % % \set Score.skipBars = ##t >> \layout { } }
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user