]> git.donarmstrong.com Git - lilypond.git/blob - input/test/beam-isknee.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / beam-isknee.ly
1
2 \version "2.1.26"
3 \header{
4         texidoc="@cindex Beam Isknee
5 LilyPond can beam across a Piano Staff.
6 " }
7 \score{
8         \context PianoStaff <<
9         \context Staff=one \notes\relative c'{
10                 s1
11         }
12         \context Staff=two \notes\relative c'{
13                 \clef bass
14 % no knee
15                 \stemUp  c8[ \change Staff=one \stemDown g'16 f]
16                 s8
17                 s2
18         }
19         >>
20         \paper{
21                 raggedright = ##t
22         }
23 }
24
25
26