]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-single-double.ly
index b3bd975b2caa95cf79834f0488b7d47b8d9aa046..4d7c1d56f7db80652d41d322e01ef593d198926f 100644 (file)
@@ -1,23 +1,18 @@
-\version "1.7.18"
+\version "2.14.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
+>>