int(0) array(11) { [0]=> string(44) "Running as unit: run-p323455-i323456.service" [1]=> string(60) "Changing working directory to: `/tmp/lilywiki-tmpd7a6313a81'" [2]=> string(48) "Processing `/tmp/lilywiki-tmpd7a6313a81/file.ly'" [3]=> string(10) "Parsing..." [4]=> string(21) "Interpreting music..." [5]=> string(34) "Preprocessing graphical objects..." [6]=> string(36) "Finding the ideal number of pages..." [7]=> string(26) "Fitting music on 1 page..." [8]=> string(18) "Drawing systems..." [9]=> string(30) "Layout output to `file.svg'..." [10]=> string(43) "Success: compilation successfully completed" } Rests vertical position - LilyPond wiki Jump to content

Rests vertical position

From LilyPond wiki

A rest's vertical position may be explicitly specified by entering a note with the \rest keyword appended, the rest will be placed at the note's place. This makes manual formatting in polyphonic music easier. Automatic rest collision formatting will leave these rests alone.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=159

{
  a'4\rest d'4\rest
}