]> 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 60ced5fd3489097fe8def089bec0f1688d2fd090..c849234597d1d15ad7f8037e4c1de85ae2510449 100644 (file)
@@ -1,24 +1,18 @@
-
-\version "1.9.2"
+\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 |
-}
-
-\score { < \context Staff \thenotes
-       \context NoteNames  {
-               \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
-               \thenotes
-       }
-       >
+thenotes =  \relative cis' {
+  \time 4/4
+  gisis'4 gis geses ges |
 }
 
+<<
+  \context Staff \thenotes
+  \context NoteNames \thenotes
+>>