]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-flag-collision.ly
Merge branch 'translation' of /home/jcharles/GIT/Lily/. into staging
[lilypond.git] / input / regression / dot-flag-collision.ly
index 0f9fd316159c711e5b4ccfdc919ab6494b805d43..1c649d6d20afb46c24fa1dfb9f54dcbec282d680 100644 (file)
@@ -1,18 +1,19 @@
-\version "1.7.6"
+
+\version "2.16.0"
 \header {
-    texidoc = "Dots move to the right when a collision with the (up)flag happens"
+  texidoc = "Dots move to the right when a collision with the (up)flag happens."
 }
+\layout { ragged-right = ##t}
+
 
-\score {
-    \notes\relative c''
-    {
-       \time 8/4
-       \property Staff.autoBeaming = ##f
-       a,16.
-       g''16.
-       a,4. a8 a8. a16. c,16. g16.
-    }
-    \paper { linewidth = -1. }
+\relative c''
+{
+  \time 8/4
+  \set Staff.autoBeaming = ##f
+  a,16.
+  g''16.
+  a,4. a8 a8. a16. c,16. g16.
 }
 
-%% new-chords-done %%
+
+