]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Remove last traces of 'no-spacing-rods & add convert rule.
[lilypond.git] / input / regression / accidental-single-double.ly
index 139ba1c12d8d20c457797e81634c38a33399519f..4cdbc7896749ef50fb2360f7a87e45cfd2ddb95b 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.10.0"
+\version "2.12.0"
 \header{
   texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -8,20 +7,12 @@ natural sign.
 "
 }
 
-
-\layout { ragged-right = ##t }
-
 thenotes =  \relative cis' {
   \time 4/4
-  gisis'4 gis gisis ges |
+  gisis'4 gis geses ges |
 }
 
 <<
   \context Staff \thenotes
-  \context NoteNames  {
-    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
-    \thenotes
-  }
+  \context NoteNames \thenotes
 >>
-
-