X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Flearning%2Fcommon-notation.itely;h=9e91dd52e48ae05e2cd1b147e6bdf915ddad4374;hb=62dddf43ef5990c6efc5944aadcab3ead9423f29;hp=7b07c8e959fb6047acbfb238c1cf898e2236cafd;hpb=48633ed7cdd4ef248f0acb27403aba0e428273f6;p=lilypond.git diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely index 7b07c8e959..9e91dd52e4 100644 --- a/Documentation/learning/common-notation.itely +++ b/Documentation/learning/common-notation.itely @@ -274,16 +274,31 @@ Notation Reference: @node Ties @unnumberedsubsubsec Ties - Music Glossary: @rglos{tie}. A @notation{tie} is created by appending a tilde @code{~} to the -first note being tied. +first of the two notes being tied. + +@lilypond[verbatim,quote,relative=2] +g4~ g c2~ | c4~ c8 a~ a2 | +@end lilypond + +@cindex bare duration +@cindex duration, bare + +When the pitch does not change, as is always the case with tied notes, +subsequent pitches may be omitted, specifying just the bare duration: @lilypond[verbatim,quote,relative=2] g4~ 4 c2~ | 4~ 8 a~ 2 | @end lilypond +This shorthand may be useful in other places where the rhythm changes +with an unchanging pitch, but remember a bare duration will attach to +the preceding pitch, making a single note, if only white space +separates them. + + @node Slurs @unnumberedsubsubsec Slurs