]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-change-autobeam.ly
Doc-es: various updates.
[lilypond.git] / input / regression / staff-change-autobeam.ly
1 \header {
2   texidoc = "Staves stay alive long enough to complete an automatic beam."
3 }
4
5 \version "2.16.0"
6
7 <<
8   {
9     g'2 g'8 g'
10     \change Staff = "down"
11     b' b'
12   }
13   \context Staff = "down" s1
14 >>