]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-single-double.ly
index 65586dc312dc1387706da5d478cf2bb24f0d5a89..c849234597d1d15ad7f8037e4c1de85ae2510449 100644 (file)
@@ -1,29 +1,18 @@
+\version "2.16.0"
 \header{
-texidoc="
+  texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
 after a double flat sign is automatically prepended with a
 natural sign.
-";
+"
 }
 
-
-
-thenotes =  \notes \relative cis' { \time 4/4;
-gisis'4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis g ges g |
-\key a \major;
-gisis4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis g ges g |
+thenotes =  \relative cis' {
+  \time 4/4
+  gisis'4 gis geses ges |
 }
 
-\score { < \context Staff \thenotes
-       \context NoteNames  {
-               \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
-               \thenotes
-       }
-       >
-}
+<<
+  \context Staff \thenotes
+  \context NoteNames \thenotes
+>>