]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-short-notes.ly
Implement ly:output-find-context-def
[lilypond.git] / input / regression / spacing-short-notes.ly
index d6f5243ac53aaa106977974fb5c749f4f308719e..47786b0d34bbb7d8adb614087435bd18f6f5c51a 100644 (file)
@@ -1,15 +1,17 @@
 
-\version "2.6.0"
+\version "2.14.0"
 \header {
   
   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, the 16th notes get 1/2 of the space of an eigth note.
+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. "
 
 }
 
+\layout { ragged-right = ##t}
+
 \relative c''
 {
   \time 2/4 
@@ -20,6 +22,6 @@ eighth note. "
 
 }
 
-\layout { raggedright = ##t}
+