]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/property-once.ly
Midi2ly: handle staves with more than four voices. Fixes #1580.
[lilypond.git] / input / regression / property-once.ly
index cda6bdaf460bfab1222ab5a624e9b61fd00ded14..c03b0ed61407b8f2a7b5f8e592175fff68ff09ae 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.7.6"
+
+\version "2.12.0"
 \header {
     texidoc = "Once properties take effect during a single time step only."
 }
 
-\score {
-      \notes \relative c' {
-         c4
-         \once \property Voice.Stem = #'()
-         c4
-         \once \property Voice.Stem \override #'thickness = #5.0
-         c4
-         c4
-  }
+\layout { ragged-right = ##t }
+
+\relative c' {
+    c4
+    \once \override Stem #'thickness = #5.0
+    c4
+    c4
+    c4
 }
  
-%% new-chords-done %%
+