]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-double.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / regression / accidental-double.ly
index 4f5465c506885f99583632b78b005ec1da4c74a7..6188420e9f7a47b25ccecf682224446feb6001f3 100644 (file)
@@ -1,20 +1,19 @@
-\version "1.9.2"
+\version "2.11.51"
 \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 }
-        
-}