]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-silence-mixed.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / part-combine-silence-mixed.ly
index 7d59777775819bf3a148caa7b1ce68d6a2375436..a399431a006a70269b31db8a2a85d22729a35cc8 100644 (file)
@@ -1,18 +1,18 @@
 \version "2.19.16"
 
 \header {
-  texidoc = "Different kinds of silence are not merged into the shared voice even if they begin and end simultaneously."
+  texidoc = "Different kinds of silence are not merged into the shared voice even if they begin and end simultaneously; however, when rests and skips are present in the same part, the skips are ignored."
 }
 
 \score { <<
   \new Staff {
     \partcombine
-      \relative f' { R1^"R" | s1^"s" | r1^"r" }
-      \relative f' { r1_"r" | R1_"R" | s1_"s" }
+      \relative f' { R1^"R" | s1^"s" | r1^"r" | << R1 s1 s4 >> | << r1 s2 s4 >> }
+      \relative f' { r1_"r" | R1_"R" | s1_"s" | << s4 s1 R1 >> | << s4 s2 r1 >> }
   }
   \new Staff {
     \partcombine
-      \relative f' { r1^"r" | R1^"R" | s1^"s" }
-      \relative f' { R1_"R" | s1_"s" | r1_"r" }
+      \relative f' { r1^"r" | R1^"R" | s1^"s" | << s4 s1 R1 >> | << s4 s2 r1 >> }
+      \relative f' { R1_"R" | s1_"s" | r1_"r" | << R1 s1 s4 >> | << r1 s2 s4 >> }
   }
 >> }