]> 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 b69bfe67dd28680a71fcea9287b18ea98c4e7450..df1d7df36f65792d83748715684d96da571a0031 100644 (file)
@@ -1,5 +1,4 @@
-
-\version "2.12.0"
+\version "2.19.21"
 \header{
   texidoc="
 A sharp sign after a double sharp sign, as well as a flat sign
@@ -8,20 +7,12 @@ natural sign.
 "
 }
 
-
-\layout { ragged-right = ##t }
-
-thenotes =  \relative cis' {
+thenotes =  \relative {
   \time 4/4
   gisis'4 gis geses ges |
 }
 
 <<
   \context Staff \thenotes
-  \context NoteNames  {
-    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
-    \thenotes
-  }
+  \context NoteNames \thenotes
 >>
-
-