]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/time-signature-single-digit.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / time-signature-single-digit.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "The single-digit time signature style prints the numerator only."
5 }
6
7 \new Staff {
8   \relative {
9     \override Staff.TimeSignature.style = #'single-digit
10     \time 1/2 d'2
11     \time 2/4 d4 d
12     \time 3/4 d2.
13     \time 16/4 d\longa
14   }
15 }