]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-short-notes.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / spacing-short-notes.ly
index 4e625cedfeb6c54e78032bd2cadd4f80f30bf367..f36e91699e7c7a1c45d8ed940d0d6e084ea27b29 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.5.68"
+
+\version "2.4.0"
 \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 eigth note.
+The total distance for a 16th (which includes note head) is 3/4 of the
 eighth note. "
 
 }
 
-\score { \notes \relative c''
+\score {  \relative c''
 {
     \time 2/4 
     c16 c c c c4 c4
@@ -19,5 +20,6 @@ eighth note. "
 
 }
 
-        \paper { linewidth = -1. }
+        \layout { raggedright = ##t}
 }
+