2013/5/31 Jean-Charles Malahieude <lily...@orange.fr> > Hi all, > > When the final bar of a score contains a single note in one staff (or > voice) and the other a full bar rest, is there an easy way to > automatically center them both and obtain something more pleasant than > what is produced by default? >
Salut Jean-Charles, try this : \version "2.17.16" \score { << \new Staff { \relative c'' { c4 c c c R1 } } \new Staff { \relative c'' { c1 \override Score.NonMusicalPaperColumn #'padding = #5 c1 } } >> \layout { } } Bonne soirée, Pierre
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user