]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
* input/: Convert ly files that still had \property. Fixes make
[lilypond.git] / input / regression / accidental-single-double.ly
index cffcbac459c4b937ba82a6cfed8208e3c0f700fe..7214e988bc8a04049823ee154fcbee0b84ef4a7c 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.3.146"
+
+\version "2.1.22"
 \header{
 texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -9,22 +10,16 @@ natural sign.
 
 
 
-thenotes =  \notes \relative cis' { \time 4/4
+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 |
 }
 
-\score { < \context Staff \thenotes
+\score { << \context Staff \thenotes
        \context NoteNames  {
-               \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
+               \override NoteNames.NoteName   #'no-spacing-rods = ##f 
                \thenotes
        }
-       >
+       >>
+\paper { raggedright = ##t }
 }
+