lilypond-user
[Top][All Lists]
Advanced

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

Re: Help notating a particular bar


From: Andrew Bernard
Subject: Re: Help notating a particular bar
Date: Sat, 23 May 2015 21:00:54 +1000

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



reply via email to

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