]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-double.ly
rewrite balloon-text support. This is now a separate grob, with its
[lilypond.git] / input / regression / accidental-double.ly
index 11460dd5778f215bfeb3f221a4f3ba34f15ed8ff..73af207dc708d81ef540922664535b138664d342 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.7.13"
+\version "2.7.39"
 \header {
        texidoc = "If two forced accidentals happen at the same time, only one
        sharp sign is printed."
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 \transpose c c'
 \context Staff <<
   \key g \major
-  \context Voice = "va" { \stemUp c' fis! }
-  \context Voice = "vb" { \stemDown c fis! }
+  \new Voice { \stemUp c' fis! }
+  \new Voice { \stemDown c fis! }
 >>