]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
release commit
[lilypond.git] / input / regression / accidental-single-double.ly
index 0fe3377e0ccb3c165536e688c282b633a2b93d97..64914cc8c6fb0abce68f4bb7bc71fb3ff8061621 100644 (file)
@@ -1,7 +1,7 @@
 
-\version "2.3.16"
+\version "2.8.0"
 \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.
@@ -9,17 +9,19 @@ natural sign.
 }
 
 
+\layout { ragged-right = ##t }
 
-thenotes =  \relative cis' { \time 4/4
-gisis'4 gis gisis ges |
+thenotes =  \relative cis' {
+  \time 4/4
+  gisis'4 gis gisis ges |
 }
 
-\score { << \context Staff \thenotes
-       \context NoteNames  {
-               \override NoteNames.NoteName   #'no-spacing-rods = ##f 
-               \thenotes
-       }
-       >>
-\paper { raggedright = ##t }
-}
+<<
+  \context Staff \thenotes
+  \context NoteNames  {
+    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
+    \thenotes
+  }
+>>
+