]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collisions.ly
Issue 4333: Cue notes should not be included in ambitus
[lilypond.git] / input / regression / collisions.ly
index cf202b2f6bff77f011d7985521ba01184210b5b6..5b03483b6bf4abea02f8c48394bd6b7feae47d5e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.16.0"
 \header{
   texidoc="
 In addition to normal collision rules, there is support for polyphony, 
@@ -39,6 +39,24 @@ hairyChord = \context Staff  \relative c''
   ais
 >>
 
+minims = <<
+  { e''2 e'' e' d' } \\
+  c'' \\
+  { c' c' c' c' } \\
+  g' >>
+
+semibreves = <<
+  { e''1 e'' e' d' } \\
+  c'' \\
+  { c' c' c' c' } \\
+  g' >>
+
+sequence = <<
+  \new Voice { \voiceOne g''1 e''2 d'' e'' d'' }
+  \new Voice { \voiceThree c''2 b' a'1 b' }
+  \new Voice { \voiceFour g'1 e'2 f'2 a'1 }
+  \new Voice { \voiceTwo c'1 c'2 d' e'2 d' }
+>>
 
   {
     \transpose c c' {
@@ -47,6 +65,9 @@ hairyChord = \context Staff  \relative c''
       \threevoice
     }
     \hairyChord
+    \break
+    \minims \bar "||"
+    \semibreves \bar "||"
+    \sequence
   }
-