]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-dots.ly
release: 1.3.146
[lilypond.git] / input / regression / tie-dots.ly
index 297a2bd26298357fe91893867c740e2ba0be14c8..023a191129dc53357c25e77594522e7a4142fef7 100644 (file)
@@ -1,11 +1,12 @@
+\version "1.3.146"
 \header {
-texidoc = "Ties should not collide with dots.";
+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 "|";
+\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
 }}