]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-line.ly
* Documentation/user/refman.itely: updates.
[lilypond.git] / input / regression / note-line.ly
1 \version "1.7.16"
2
3 \header {
4 texidoc = "Note head lines (eg glissando)
5 run between centers of the note heads."
6 }
7
8 \include "paper20.ly"
9 \include "norsk.ly"
10
11 su = \notes{ \translator Staff = up}
12 sd = \notes{ \translator Staff = down}
13
14 \score {
15     \context PianoStaff
16         \notes <
17         \context Staff = up   {
18             \property PianoStaff.connectArpeggios = ##t
19             \showStaffSwitch
20             \clef F
21             c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
22         }
23         \context Staff = down {
24             \clef F s1*4
25         }
26     >
27 \paper {
28     linewidth = 8.0 \cm
29 }
30 }
31
32 %% new-chords-done %%