]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Fix tuplet subdivision (issue 2243)
[lilypond.git] / input / regression / accidental-single-double.ly
index 7d912da1bad6206077992d6234337fd4306d62c2..4d7c1d56f7db80652d41d322e01ef593d198926f 100644 (file)
@@ -1,25 +1,18 @@
-
-\version "1.9.8"
+\version "2.14.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 |
-}
-
-\score { << \context Staff \thenotes
-       \context NoteNames  {
-               \property NoteNames.NoteName \override  #'no-spacing-rods  = ##f 
-               \thenotes
-       }
-       >>
-\paper { raggedright = ##t }
+thenotes =  \relative cis' {
+  \time 4/4
+  gisis'4 gis geses ges |
 }
 
+<<
+  \context Staff \thenotes
+  \context NoteNames \thenotes
+>>