]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Issue 3813: Document bare durations in LM
authorTrevor Daniels <t.daniels@treda.co.uk>
Tue, 14 Oct 2014 10:18:50 +0000 (11:18 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Tue, 21 Oct 2014 11:43:06 +0000 (12:43 +0100)
Documentation/learning/common-notation.itely

index 7b07c8e959fb6047acbfb238c1cf898e2236cafd..9e91dd52e48ae05e2cd1b147e6bdf915ddad4374 100644 (file)
@@ -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