Hi Nick, A snippet to show how to use the centering function.
\version "2.19.20"
% substitute your library directory
\include "/home/a/lib/lilypond/centre.ly"
\paper {
ragged-right = ##f
}
treble = \relative c'' {
\clef treble
\time 4/4
\centerNoteColumnOn
b1
\centerNoteColumnOff
r4 c c c
}
\score {
\new Staff \treble
\layout { }
}
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
