]> git.donarmstrong.com Git - lilypond.git/commitdiff
changes: mention that decimal numbers can be written without #
authorJanek Warchoł <lemniskata.bernoullego@gmail.com>
Mon, 19 Aug 2013 11:03:16 +0000 (13:03 +0200)
committerJanek Warchoł <lemniskata.bernoullego@gmail.com>
Sat, 24 Aug 2013 10:46:01 +0000 (12:46 +0200)
(change introduced by commit 680df85187d0f38)

Documentation/changes.tely

index 2111c8d3a207b028381621f8762a230e652eb847..f2266666d0c793686afba12d6aec076e92a71fb4 100644 (file)
@@ -61,6 +61,26 @@ which scares away people.
 
 @end ignore
 
+@item
+Decimal numbers can now be written directly in music,
+without a hash sign.  Together with the previous change
+in the way object properties are specified, the code to
+change the length of stems has changed from this:
+@example
+\override Stem #'length = #5.6
+e' f' g' a'
+@end example
+to this:
+@example
+\override Stem.length = 5.6
+e' f' g' a'
+@end example
+
+One has to write a digit on both sides of the dot -- values like
+@code{4.} or @code{-.3} are not allowed.
+
+Decimal fractions are also not accepted in @code{\chordmode}.
+
 @item
 A number of shorthands like @code{(}, @code{)}, @code{|},
 @code{[}, @code{]}, @code{~}, @code{\(}, @code{\)} and others can