]> 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 b69bfe67dd28680a71fcea9287b18ea98c4e7450..c849234597d1d15ad7f8037e4c1de85ae2510449 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.12.0"
+\version "2.16.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
 >>
-
-