]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/markup-score-multi-system.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / markup-score-multi-system.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "\\markup \\score displays all systems.  Spacing between
5   systems is set using @code{baseline-skip}.
6 "
7 }
8
9
10 \markup {
11   \override #'(baseline-skip . 10)
12   \score {
13     \new Staff \relative {
14       c'4 d e f \break
15       g1
16     }
17     \layout {
18       indent = 0
19       ragged-right = ##t
20     }
21   }
22 }