]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Release: update news.
[lilypond.git] / Documentation / changes.tely
index 8b36e5fe17a0dd9d945f418a8d9d544a8bb85721..29882e3eafbf825e9d414c8955d6f7cfc56a080d 100644 (file)
@@ -66,6 +66,34 @@ which scares away people.
 
 @end ignore
 
+@item
+By using @code{\cueDuringWithClef}, cue notes can now also have their own
+clef, which is correctly reset at the end of the cue notes.  At the begin
+of each line, the standard clef is still displayed, but the cue clef is
+shown after the time/key signature in smaller size.
+@lilypond
+vI = \relative c'' { \clef "treble" \repeat unfold 40 g4 }
+\addQuote vIQuote { \vI }
+
+Solo = \relative c {
+  \clef "bass"
+  \cueDuringWithClef #"vIQuote" #DOWN #"treble" { R1 } |
+  c4 \cueDuringWithClef #"vIQuote" #DOWN #"treble" {
+    r4 r2 |
+    r4
+  } c4 c2 |
+  \cueDuringWithClef #"vIQuote" #DOWN "soprano" { R1*2 \break R1 } |
+  c1
+}
+
+\score {
+  <<
+    \new Staff \new Voice \Solo
+  >>
+}
+@end lilypond
+
+
 @item
 Note names can be selected with a new
 @code{@bs{}language "italiano"} command, which
@@ -75,7 +103,7 @@ still supported for now, but will be deprecated
 in the future.
 
 @item
-auotbeaming is now disabled by @code{\cadenzaOn} and enabled by
+autobeaming is now disabled by @code{\cadenzaOn} and enabled by
 @code{\cadenzaOff}.  Beaming in cadenzas should be indicated manually.
 Also, if a cadenza is used in a piece with autobeaming disabled, it
 will need to be disabled again after the cadenza.
@@ -170,7 +198,7 @@ Minor shape note commands that use the relative major key for scale steps
 have been added.
 
 @item
-A variant of the segno sign is provided:
+A variant of the Segno sign is provided:
 @lilypond[quote,relative=2]
 c4 d e f \bar "S"
 g4 f e d
@@ -261,7 +289,7 @@ With two-sided mode, margins for odd and even pages can be set using
 @end example
 
 @item
-Paper margin defaults, as specified in @file{ly/@/paper@/-defaults@/-init@/.ly}, apply
+Paper margin defaults, as specified in @file{ly/paper@/-defaults-init.ly}, apply
 to the default paper size (a4) and are automatically scaled according to the
 paper size chosen.