]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/note-line.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / note-line.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Note head lines (e.g. glissando)
5 run between centers of the note heads."
6 }
7
8 su = { \change Staff = up}
9 sd = { \change Staff = down}
10
11
12 \layout {
13   line-width = 8.0 \cm
14 }
15
16
17 \context PianoStaff
18 <<
19   \new Staff = "up"   {
20     \override Glissando #'breakable = ##t
21     \set PianoStaff.connectArpeggios = ##t
22     \showStaffSwitch
23     \clef F
24     c4 d \sd b a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
25   }
26   \new Staff = "down" {
27     \clef F s1*4
28   }
29 >>
30