]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-double.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-double.ly
index 58ce1165b82fc03fd0f17c51b79ed0ed519ed23a..e39328214857ef8050cc5138d5beb2fb3f1e039f 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.9.0"
+\version "2.14.0"
 \header {
        texidoc = "If two forced accidentals happen at the same time, only one
        sharp sign is printed."
 }
 
+\layout { ragged-right= ##t }
+
+\transpose c c'
+\context Staff <<
+  \key g \major
+  \new Voice { \stemUp c' fis! }
+  \new Voice { \stemDown c fis! }
+>>
 
-\score { \notes \transpose c c'
-   \context Staff <
-     \key g \major
-     \context Voice=va { \stemUp c' fis! }
-     \context Voice=vb { \stemDown c fis! }
-   >
 
-    \paper { raggedright= ##t }
-        
-}