]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-single-double.ly
.ly version update.
[lilypond.git] / input / regression / accidental-single-double.ly
1
2 \version "1.9.8"
3 \header{
4 texidoc="
5 A sharp sign after a double sharp sign, as well as a flat sign
6 after a double flat sign is automatically prepended with a
7 natural sign.
8 "
9 }
10
11
12
13 thenotes =  \notes \relative cis' { \time 4/4
14 gisis'4 gis gisis ges |
15 }
16
17 \score { << \context Staff \thenotes
18         \context NoteNames  {
19                 \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
20                 \thenotes
21         }
22         >>
23 }
24