]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/NEWS.texi
(construct-chord): process transposition
[lilypond.git] / Documentation / topdocs / NEWS.texi
index e795c7b7363cf716f511a2f80da782b82771f71e..32d53d7fbfeff91a20e24980a819ceebe9ba9469 100644 (file)
@@ -18,6 +18,21 @@ Version 2.1.13
 
 @itemize @bullet
 
+@item Cue notes can  now be quoted directly from the parts that
+contain them. For example,
+
+@verbatim
+\addquote oboe \notes\relative c' { fis4 fis fis fis }
+
+\score {
+    \notes \relative c'' {
+       c8 d8 \quote 2 oboe es8 gis  
+    }
+}
+@end verbatim
+
+
+
 @item The naming of exported Scheme functions now follows Scheme conventions.
 Changes be applied to Scheme files with convert-ly: