]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-polyphonic.ly
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / input / regression / rest-polyphonic.ly
index f6a4d213c9cba18bed32f5dc7160785ab357a1b6..ae19a08bd838f9db232066b8d5b0c4879b49d2eb 100644 (file)
@@ -7,12 +7,12 @@ staff-spaces. "
     }
 
 
-\version "2.1.15"
+\version "2.1.22"
 
 \score {
   \new Staff \notes \relative c' {
      << { r8 g''4 g8 r g4 g8 } \\
             { d,4    r   d   r   } >>
   }
-
+  \paper { raggedright = ##t }
 }