]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-during.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-during.ly
index b84a83aa527a485facb3856f7ca12037f0e63030..e270c37e68116cea20d2ec978e7c538082b2eeba 100644 (file)
@@ -8,16 +8,16 @@ quoted. In this example, a 16th rest is not quoted, since
 @code{rest-event} is not in @code{quotedEventTypes}."
 
 }
-\version "2.17.6"
+\version "2.19.21"
 \layout {
     ragged-right = ##t
 }
 
 
-quoteMe = \relative c' { fis4 r16  a8.-> b4-\ff c }
+quoteMe = \relative { fis'4 r16  a8.-> b4-\ff c }
 
 \addQuote quoteMe \quoteMe 
-original = \relative c'' { c8 d s2 es8 gis8 }
+original = \relative { c''8 d s2 es8 gis8 }
 
 <<
     \new Staff {