]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-classic.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / beam-collision-classic.ly
1 \header {
2   texinfo = "Beam collisions from modern works"
3   }
4
5 \layout {
6   ragged-right = ##t
7 %  debug-beam-scoring = ##t
8 }
9
10 \version "2.17.6"
11
12 \new Staff
13 {
14   % Stockhausen (without hemiolas)
15   \relative c''' {
16     \stemUp
17     a8[ \clef bass es,,,,
18         r8 <b' g'>
19         \clef G
20         gis''']
21   }
22   r8 r4 |
23
24   % Ligeti 1st etude.
25   \relative c''
26   <<
27     { g8[ a b c d] } \\
28     { s4. <f, f'>4. }
29     >>
30   r4.
31
32   % Ligeti 1st etude.
33   \relative c''
34   <<
35     {
36       s4. <g g'>4.
37     } \\
38     {
39 %      \override Beam.inspect-quants = #'(-4 . -3)
40       a8[ d e f g]
41     }
42     >>
43   r4.
44   
45   % Ligeti 1st etude.
46   \relative c'
47   <<
48     { <d d'>2. } \\
49     { a'8[ b c] }
50     >>
51
52   % Schubert morgenlied.
53   \clef bass
54   \relative c {
55     a16[ d fis d a d]
56   }
57   
58 }