diff options
author | Trevor Daniels <t.daniels@treda.co.uk> | 2014-01-16 16:46:53 +0000 |
---|---|---|
committer | Trevor Daniels <t.daniels@treda.co.uk> | 2014-01-21 12:41:46 +0000 |
commit | dbd5303d22165bb103b3b19721b3c2b166523b37 (patch) | |
tree | 8bb4af7103032a80470facfbbb835d5d024a0728 | |
parent | 809c04e37b8d3d368eda7e4b576e0d80d1934cc3 (diff) |
Doc: Issue 3816: Explain placement of \breathe
Also run convert-ly first
-rw-r--r-- | Documentation/notation/expressive.itely | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 96c1449e91..40326a0edd 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -7,7 +7,7 @@ Guide, node Updating translation committishes.. @end ignore -@c \version "2.17.25" +@c \version "2.18.0" @node Expressive marks @section Expressive marks @@ -960,6 +960,12 @@ Breath marks are entered using @code{\breathe}: c2. \breathe d4 @end lilypond +Unlike other expressive marks, a breath mark is not associated with +the preceding note but is a separate music event. So all the +expressive marks which are attached to the preceding note, any square +brackets indicating manual beams, and any brackets indicating slurs +and phrasing slurs must be placed before @code{\breathe}. + A breath mark will end an automatic beam; to override this behavior, see @ref{Manual beams}. |