]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-short-notes.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / spacing-short-notes.ly
index b6da4a1e18fa7e91bf4d98174b388dae34fa3c75..4e0accf86c38d057bfbe8637beda509ece2037be 100644 (file)
@@ -1,25 +1,27 @@
 
-\version "2.1.22"
+\version "2.19.21"
 \header {
-    
-texidoc = "Notes that are shorter than the common shortest note, Get a
+  
+  texidoc = "Notes that are shorter than the common shortest note get a
 space (i.e. without the space needed for the note) proportional to
-their duration. So 16th notes get 1/2 of the space of an eigth note.
-The total distance for a 16th is (including note head) is 3/4 of the
+their duration. So, the 16th notes get 1/2 of the space of an eighth note.
+The total distance for a 16th (which includes note head) is 3/4 of the
 eighth note. "
 
 }
 
-\score { \notes \relative c''
+\layout { ragged-right = ##t}
+
+\relative
 {
-    \time 2/4 
-    c16 c c c c4 c4
-    c8 c8 c8 c8
-    c8 c8 c4
-    c8 c8 c4
+  \time 2/4 
+  c''16 c c c c4 c4
+  c8 c8 c8 c8
+  c8 c8 c4
+  c8 c8 c4
 
 }
 
-        \paper { raggedright = ##t}
-}
+
+