]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ambitus-gap.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / ambitus-gap.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "The gaps between an @code{AmbitusLine} and its
5 note heads are set by the @code{gap} property."
6 }
7
8 \layout {
9   \context {
10     \Voice
11     \consists "Ambitus_engraver"
12   }
13 }
14
15 \new Staff {
16   \time 2/4
17   \override AmbitusLine #'gap = #1
18   c'4 g''
19 }
20