]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cue-during.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / quote-cue-during.ly
index 347838151fe28136fcdd5cd18ff8754200c8253f..446c9629563d1d2cb7c15c552ad4b0421c2bf031 100644 (file)
@@ -3,7 +3,7 @@
 
   texidoc = " The @code{cueDuring} form of quotation will set stem
 directions on both quoted and main voice, and deliver the quoted voice
-in the @code{cue} @code{Voice}. The music function @code{\killCues}
+in the @code{cue} @code{Voice}. The music function @code{\\killCues}
 can remove all cue notes.
 
 Spanners run to the end of a cue section, and are not started on the
@@ -11,17 +11,17 @@ last note."
 
 }
 
-\version "2.11.10"
+\version "2.19.21"
 \layout {
   ragged-right = ##t
 }
 
-quoteMe = \relative c' { fis4 r16  a8.-> b4(-\ff~  b16 c8.  b) }
+quoteMe = \relative { fis'4 r16  a8.-> b4(-\ff~  b16 c8.  b) }
 
 \addQuote quoteMe \quoteMe 
 
-original = \relative c'' {
-  c8 d
+original = \relative {
+  c''8 d
   \cueDuring #"quoteMe"  #1 { r2 }
   es8 gis8
   \cueDuring #"quoteMe"  #1 { r4 }