]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-chord.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-chord.ly
1 \version "1.9.4"
2 \header {
3     
4 texidoc = "If the first and last outer notes of a beam are the same,
5 the beam should be be horizontal.  "
6
7 }
8 \score{
9         \notes  \transpose c' c'{
10
11                  a'8[ <a' g''>]
12                  a'16[ <a' g''>]
13                  a'32[ <a' g''>]
14                  a'8[ <f' c''>]
15                  a'16[ <f' c''>]
16                  a'32[ <f' c''>]
17                  a'16[ <f' c''>]
18                  c8[ <c e,>]
19                  c16[ <c e,>]
20                  c32[ <c e,>]
21         }
22         \paper{
23             raggedright = ##t 
24         }
25 }
26