--- /dev/null
+\header {
+texidoc = "Ties should not collide with dots.";
+}
+
+\score{\notes{\time 9/8; \key f \major;\clef bass;
+ g4 d8 bes4. ~ bes4 a8 \bar "|";
+ a8 gis8 d8 f4. gis,4. \bar "|";
+ a,4. ~ a,4 r8 r4 r8 \bar "|";
+ c4. ~ c8 a8 g8 f8
+}}
+
--- /dev/null
+ \version "1.3.138";
+ \header {
+ title = "Two miniatures";
+ }
+
+ #(set! point-and-click line-column-location)
+
+ \paper { linewidth = -1.0; }
+
+ \score {
+ \notes { c'4 d'4 }
+ \header {
+ opus = "Opus 1.";
+ piece = "Up";
+ }
+ }
+
+ \score {
+ \notes { d'4 c'4 }
+ \header {
+ opus = "Opus 2.";
+ piece = "Down";
+ }
+ }