]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
* ly/a4-init.ly (vsize): remove papersize init files.
[lilypond.git] / input / regression / accidental-single-double.ly
index 38d6c87c01182cf5ceb8376e39fc5d55bd9cb439..0fe3377e0ccb3c165536e688c282b633a2b93d97 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.22"
+\version "2.3.16"
 \header{
 texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -10,13 +10,13 @@ natural sign.
 
 
 
-thenotes =  \notes \relative cis' { \time 4/4
+thenotes =  \relative cis' { \time 4/4
 gisis'4 gis gisis ges |
 }
 
 \score { << \context Staff \thenotes
        \context NoteNames  {
-               \override NoteNames.NoteName   #'no-spacing-rods  = ##f 
+               \override NoteNames.NoteName   #'no-spacing-rods = ##f 
                \thenotes
        }
        >>