]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/changes.tely
Merge symbol_list into master
[lilypond.git] / Documentation / changes.tely
index e8b385f6fd66012ed0ce352d857de0476a0ebd6a..6079329d65245e81d5e7b2f7f94baed7230cd96b 100644 (file)
@@ -62,7 +62,22 @@ which scares away people.
 @end ignore
 
 @item
-[no changes yet]
+The bar line user interface has changed. Bar glyphs now resemble the
+appearance of the bar line, so a left repeat sign has to be coded
+as @code{.|:}. The command @code{\defineBarLine} provides an easy way
+to define additional bar line styles.
+
+@item
+Accidentals in the key signature may be printed in octaves other
+than their traditional positions, or in multiple octaves.
+@lilypond[quote,relative=0]
+\override Staff.KeySignature #'flat-positions = #'((-5 . 5))
+\override Staff.KeyCancellation #'flat-positions = #'((-5 . 5))
+\clef bass \key es\major es g bes d
+\clef treble \bar "||" \key es\major es g bes d
+\override Staff.KeySignature #'sharp-positions = #'(2)
+\bar "||" \key d\major b fis b2
+@end lilypond
 
 @end itemize