]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-cross-staff.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / slur-cross-staff.ly
1
2 \version "2.1.26"
3 \header{
4 texidoc="
5 Slurs behave decently when broken across a linebreak.
6 "
7 }
8
9         
10 \score{
11         \context PianoStaff <<
12         \context Staff=one \notes\relative c'{
13                 \stemUp \slurUp
14                  c4( c \change Staff=two c  c) |
15                 \change Staff=one
16                 \stemUp \slurUp
17                  c4( c \change Staff=two c  c) |
18                 \stemUp \slurUp
19                  c4( c \change Staff=one c  c) |
20                 \change Staff=two
21                 \stemUp \slurUp
22                  c4( c \change Staff=one c  c) |
23                 \change Staff=two
24                 \stemUp \slurUp
25                  c4( \change Staff=one c c  c) |
26                 r2
27                 \change Staff=two
28                 \stemUp \slurUp
29                  c4( \change Staff=one c
30                    \break
31                 c  c)
32                 r2
33 %               \stemDown \slurDown
34 %                c4( \change Staff=two c c \change Staff=one  c)
35                 \stemDown \slurDown
36                  d4( \change Staff=two c c \change Staff=one  d)
37                 \change Staff=two
38                 \stemUp \slurUp
39                  c4( \change Staff=one c c \change Staff=two  c)
40                 r1
41         }
42         \context Staff=two \notes\relative c'{
43                 \clef bass
44                 s1 s1 s1 s1 s1 s1 s1 s1 s1 s1
45         }
46         >>
47 }
48
49
50