]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Issue 1503 - add support for "altered" jazz chord (super-Locrian)
[lilypond.git] / input / regression / accidental-single-double.ly
index 907a127b833c5c0cee8ae96fee35f84c1a2cc019..4d7c1d56f7db80652d41d322e01ef593d198926f 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.6.0"
+\version "2.14.0"
 \header{
   texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -8,20 +7,12 @@ natural sign.
 "
 }
 
-
-
 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
 >>
-
-\layout { raggedright = ##t }
-