]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-solo-global.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / part-combine-solo-global.ly
index 1b6258ab45d7d0009ea64ca1b3dbfe314a434789..73fe2f84f178bb303d4825559f0c264d4f037366 100644 (file)
@@ -5,15 +5,14 @@
 
 }
 
-\version "2.3.17"
+\version "2.19.21"
+\paper { ragged-right = ##t } 
 
-\score {
-    \new Staff
-    \partcombine  \relative c'' {
-       bes2(
+\new Staff
+    \partcombine  \relative {
+       bes'2(
         a4)
        }
-     \relative c' {
-       r2 cis4
+     \relative {
+       r2 cis'4
     }
-}