]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / accidental-single-double.ly
index 7e96efe590640a53d26ca30b8c1e2e1f8b1f1dd6..4a0e97951a3cd02abdcba21f2c449284901c6ab1 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.1"
+\version "2.3.17"
 \header{
 texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -10,15 +10,16 @@ natural sign.
 
 
 
-thenotes =  \notes \relative cis' { \time 4/4
+thenotes =  \relative cis' { \time 4/4
 gisis'4 gis gisis ges |
 }
 
-\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 }
 }