]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-placement.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / accidental-placement.ly
index d7a58b5be34a751adacc00313306a53a2797689c..2a3ba819668d2d648a998be7b728f80707c89b2c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.19.21"
 
 \header {
 
@@ -10,10 +10,14 @@ flats in a sixth should be staggered.  "
   
 }
 
+\layout {
+  ragged-right = ##t
+}
+
 
-\context Voice \relative c'
+\context Voice \relative
 {
-  <d e! bes'!>4
+  <d' e! bes'!>4
   cis4
   c4
   \transpose c c' {
@@ -32,8 +36,5 @@ flats in a sixth should be staggered.  "
   <bes,! c d f >
 
 }
-\layout {
-  raggedright = ##t
-}