]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-dot-count-override.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / dot-dot-count-override.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "The @code{dot-count} property
5 for @code{Dots} can be modified by the user."
6
7 }
8
9 \relative {
10   c''4.. a16
11   \override Dots.dot-count = #4
12   g4.. e16
13   \override Dots.dot-count = #0
14   c4. r8 r2
15 }