]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-single-double.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-single-double.ly
1 \version "2.16.0"
2 \header{
3   texidoc="
4 A sharp sign after a double sharp sign, as well as a flat sign
5 after a double flat sign is automatically prepended with a
6 natural sign.
7 "
8 }
9
10 thenotes =  \relative cis' {
11   \time 4/4
12   gisis'4 gis geses ges |
13 }
14
15 <<
16   \context Staff \thenotes
17   \context NoteNames \thenotes
18 >>