]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-note-collision.ly
Doc-ca: texinfo.tex and txi-ca from upstream to fix problem with Catalan interpunct
[lilypond.git] / input / regression / rest-note-collision.ly
index 9b8f1a802817c93778be4767951a8159e638fd34..cd69298105345b06977597c88e8f654df653526b 100644 (file)
@@ -7,9 +7,9 @@
        }
 
 
-\version "2.9.18"
-\new Staff {
+\version "2.16.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 }
+}