]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/time-signature-single-digit.ly
web-fr: nitpicks in troduction
[lilypond.git] / input / regression / time-signature-single-digit.ly
1 \header {
2   texidoc = "The single-digit time signature style prints the numerator only."
3 }
4
5 \new Staff {
6   \relative d' {
7     \override Staff.TimeSignature.style = #'single-digit
8     \time 1/2 d2
9     \time 2/4 d4 d
10     \time 3/4 d2.
11     \time 16/4 d\longa
12   }
13 }