]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/prefatory-empty-spacing.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / prefatory-empty-spacing.ly
1 \version "2.3.22"
2
3 \header {
4
5 texidoc =" The A is atop an invisible barline. The barline,
6 although invisible, is also translated because it is the last one of
7 the break alignment."
8     
9 }
10
11 \layout { raggedright= ##t }
12
13 \score{  {
14 a a a a \break
15 \mark A
16 a a a a}}
17