]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-cautionary.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / accidental-cautionary.ly
1 \version "1.5.68"
2 \header {
3
4 texidoc = "Cautionary accidentals are indicated using either
5 smaller accidentals (default) or parentheses."
6
7 }
8
9 \score { \notes {
10     c''4
11     cis''?4
12     \property Staff.Accidental \override #'cautionary-style = #'parentheses
13     cis''?4
14     }}