]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-single-double.ly
*** empty log message ***
[lilypond.git] / input / regression / accidental-single-double.ly
1
2 \version "2.1.28"
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                 \override NoteNames.NoteName   #'no-spacing-rods = ##f 
20                 \thenotes
21         }
22         >>
23 \paper { raggedright = ##t }
24 }
25