]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/drums.ly
.ly version update.
[lilypond.git] / input / regression / drums.ly
index 60627908c35af1e5f8fde05ffb0b8767df77bc4b..e355ee218054a97ecfe4f3ddffa3dd3ab8e04b77 100644 (file)
@@ -3,33 +3,33 @@
 %     scm/midi.scm for list of midi-drumkits.
 
 \header {
-texidoc = "Drum notation, although kludgy, should work. Though, << chord >> does not work because the chords need to be split into threads."
+texidoc = "Drum notation, although kludgy, should work. Though, < chord > does not work because the chords need to be split into threads."
 }
 
 \include "drumpitch-init.ly"
 
-\version "1.9.1"
+\version "1.9.8"
 
 drh = \notes { cymc4.^"crash" hhc16^"h.h." hh \repeat "unfold" 5 {hhc8 hho hhc8 hh16 hh} hhc4 r4 r2 }
-drl = \notes {\repeat "unfold" 3 {bd4 sn8 bd bd4 < bd ss > } bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
+drl = \notes {\repeat "unfold" 3 {bd4 sn8 bd bd4 << bd ss >> } bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
 timb = \notes \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb}
 
 \score { \repeat "volta" 2
- <
-  \context TwoLineStaff=timbst \notes <
+ <<
+  \context TwoLineStaff=timbst \notes <<
     \property Staff.instrument="timbales"
     \clef "percussion"
     \apply #(drums->paper 'timbales) \timb
-  >
-  \context Staff=drumst \notes <
+  >>
+  \context Staff=drumst \notes <<
     \property Staff.instrument="drums"
     \clef "percussion"
-    \apply #(drums->paper 'drums) <
+    \apply #(drums->paper 'drums) <<
       \context Voice=voa {\stemUp \drh }
       \context Voice=vob {\stemDown \drl }
-    >
-  >
- >
+    >>
+  >>
+ >>
  \paper {
    \translator {
       \StaffContext
@@ -52,12 +52,12 @@ timb = \notes \repeat "unfold" 2 {timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8
 }
 
 \score { \repeat "unfold" 2
-  \context Staff \notes <
+  \context Staff \notes <<
     \property Staff.instrument="drums"
     \timb
     \drh
     \drl
-  >
+  >>
   \midi{ \tempo 4=120 }
 }