]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
* lily/beam-quanting.cc (score_forbidden_quants): remove
[lilypond.git] / input / regression / accidental-single-double.ly
index 22fb639c6c995d27d63d564f2711f8b010f29391..7fa9f88e2e7dad34af5f25b74941acd54dec5d61 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.3.4"
 \header{
 texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -9,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 }
 }
-%% new-chords-done %%
+