]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/accidental-single-double.ly
Merge branch 'stable'
[lilypond.git] / input / regression / accidental-single-double.ly
1
2 \version "2.12.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 \layout { ragged-right = ##t }
13
14 thenotes =  \relative cis' {
15   \time 4/4
16   gisis'4 gis geses ges |
17 }
18
19 <<
20   \context Staff \thenotes
21   \context NoteNames  {
22     \override NoteNames.NoteName   #'no-spacing-rods = ##f 
23     \thenotes
24   }
25 >>
26
27