]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / accidental-single-double.ly
index f7676f85caba78e35df1b767a8cb96aaf580252a..c849234597d1d15ad7f8037e4c1de85ae2510449 100644 (file)
@@ -1,30 +1,18 @@
-\version "1.3.146"
+\version "2.16.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.
 "
 }
 
-
-
-thenotes =  \notes \relative cis' { \time 4/4
-gisis'4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis g ges g |
-\key a \major
-gisis4 gis gisis ges |
-geses ges geses gis |
-gisis g geses g |
-gis g ges g |
+thenotes =  \relative cis' {
+  \time 4/4
+  gisis'4 gis geses ges |
 }
 
-\score { < \context Staff \thenotes
-       \context NoteNames  {
-               \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
-               \thenotes
-       }
-       >
-}
+<<
+  \context Staff \thenotes
+  \context NoteNames \thenotes
+>>