]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / quote.ly
index aa63a632bd7220baf798c9fb668ca20e3776df32..e884adb3f384956c6aa52c34b886dfc3022c8bd2 100644 (file)
@@ -7,16 +7,16 @@ things are 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 {