]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/string-number-styles.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / string-number-styles.ly
1 \header {
2   texidoc = "Different styles may be used for
3 string number indications.  Predefined options
4 are arabic (used by default) and roman numerals."
5 }
6
7 \version "2.19.21"
8 \paper {
9   ragged-right = ##t
10 }
11
12 \relative {
13   c''2\2
14   \romanStringNumbers
15   a\3
16   \override StringNumber.number-type = #'roman-lower
17   a\3
18   \arabicStringNumbers
19   g\4
20 }