]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-single-double.ly
remove.
[lilypond.git] / input / regression / accidental-single-double.ly
1 \version "1.7.18"
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
11
12 thenotes =  \notes \relative cis' { \time 4/4
13 gisis'4 gis gisis ges |
14 }
15
16 \score { < \context Staff \thenotes
17         \context NoteNames  {
18                 \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
19                 \thenotes
20         }
21         >
22 }
23 %% new-chords-done %%