]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-note-collision.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-note-collision.ly
index 16a19df9260f3a950f5cd3c071de921e6de08d3d..3ba512e34bca063f8480f9c6308f5135d0c7f196 100644 (file)
@@ -7,9 +7,9 @@
        }
 
 
-\version "2.12.0"
-\new Staff {
+\version "2.18.0"
 
+music = {
   <<
     \relative c'' {
       f e d c b a g f e d c
     }
   >>
 }
+
+\score {
+  \new Staff { \music }
+}
+
+\score {
+  \new Staff { \override Staff.Rest.style = #'z \music }
+}
+
+\score {
+  \new Staff { \override Staff.Rest.style = #'classical \music }
+}