]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "1.7.18"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 parentheses (default) or smaller accidentals.
6
7 "
8
9 }
10
11 \score {
12     \notes {
13     c''4
14     cis''?4
15     \property Staff.Accidental \set #'cautionary-style = #'smaller
16     cis''?4
17     \property Staff.Accidental \set #'cautionary-style = #'parentheses
18     cis''?4
19     }
20
21 \paper { raggedright = ##t }
22 }
23