]> 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.6.0"
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 =  \relative cis' {
14   \time 4/4
15   gisis'4 gis gisis ges |
16 }
17
18 <<
19   \context Staff \thenotes
20   \context NoteNames  {
21     \override NoteNames.NoteName   #'no-spacing-rods = ##f 
22     \thenotes
23   }
24 >>
25
26 \layout { raggedright = ##t }
27