]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / input / regression / accidental-single-double.ly
index e91cd28cc25ae6396411ad7ed3159a3827211615..df1d7df36f65792d83748715684d96da571a0031 100644 (file)
@@ -1,25 +1,18 @@
-
-\version "2.1.7"
+\version "2.19.21"
 \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.
 "
 }
 
-
-
-thenotes =  \notes \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
-       }
-       >>
-\paper { raggedright = ##t }
+thenotes =  \relative {
+  \time 4/4
+  gisis'4 gis geses ges |
 }
 
+<<
+  \context Staff \thenotes
+  \context NoteNames \thenotes
+>>