]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
release commit
[lilypond.git] / input / regression / accidental-single-double.ly
index 70163091fb23286da3a505e3f35d28e2136e0c29..64914cc8c6fb0abce68f4bb7bc71fb3ff8061621 100644 (file)
@@ -1,6 +1,7 @@
-\version "1.7.18"
+
+\version "2.8.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.
@@ -8,24 +9,19 @@ natural sign.
 }
 
 
+\layout { ragged-right = ##t }
 
-thenotes =  \notes \relative cis' { \time 4/4
-gisis'4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis ges gis g |
-\key a \major
-gisis4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis ges gis g |
+thenotes =  \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
-       }
-       >
-}
-%% new-chords-done %%
\ No newline at end of file
+<<
+  \context Staff \thenotes
+  \context NoteNames  {
+    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
+    \thenotes
+  }
+>>
+
+