@node GNU Free Documentation License
-@appendixsec GNU Free Documentation License
+@appendix GNU Free Documentation License
@cindex FDL, GNU Free Documentation License
@center Version 1.1, March 2000
--- /dev/null
+\header {
+texidoc = "Note head lines (eg glissando)
+run between centers of the note heads.";
+}
+
+\include "paper20.ly"
+\include "norsk.ly"
+
+su = \notes{ \translator Staff = up}
+sd = \notes{ \translator Staff = down}
+
+\score {
+ \context PianoStaff
+ \notes <
+ \context Staff = up {
+ \property PianoStaff.connectArpeggios = ##t
+ \showStaffSwitch
+ \clef F;
+ c4 d \sd h a g8 f16 e32 d \su g2 \glissando a,4 \sd \break a2. \su g4 \glissando f1
+ }
+ \context Staff = down {
+ \clef F; s1*4
+ }
+ >
+\paper {
+ linewidth = 8.0 \cm;
+}
+}
+