]> 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 5776a79ea88ff64af868ee190985e40ff9b20cae..4d7c1d56f7db80652d41d322e01ef593d198926f 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.11.51"
+\version "2.14.0"
 \header{
   texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -8,9 +7,6 @@ natural sign.
 "
 }
 
-
-\layout { ragged-right = ##t }
-
 thenotes =  \relative cis' {
   \time 4/4
   gisis'4 gis geses ges |
@@ -18,10 +14,5 @@ thenotes =  \relative cis' {
 
 <<
   \context Staff \thenotes
-  \context NoteNames  {
-    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
-    \thenotes
-  }
+  \context NoteNames \thenotes
 >>
-
-