]> git.donarmstrong.com Git - lilypond.git/commitdiff
Discussion prep.
authorGraham Percival <graham@percival-music.ca>
Tue, 4 Dec 2007 03:53:51 +0000 (19:53 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 4 Dec 2007 03:53:51 +0000 (19:53 -0800)
Documentation/user/pitches.itely

index 06395ce87f3d25791cf18d01bef64a36ff0f3aee..919c7501d41f8de282f6b01430366c4d253e2c20 100644 (file)
@@ -313,7 +313,8 @@ Micro tones are also exported to the MIDI file.
 
 @commonprop
 
-@lsr{pitches,preventing-extra-naturals-from-being-automatically-added.ly}
+Snippets: @lsrdir{pitches},
+@lsr{pitches,preventing-extra-naturals-from-being-automatically-added.ly}.
 
 LSR toremove:
 @quotation
@@ -339,7 +340,6 @@ Notation Reference: @ref{Automatic accidentals},
 @ref{Musica ficta accidentals},
 @ref{Note names in other languages}.
 
-Snippets: @lsrdir{pitches}.
 
 
 @refbugs
@@ -922,7 +922,11 @@ fis
 
 @commonprop
 
-@lsr{pitches,preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly}
+Snippets: @lsrdir{pitches},
+@lsr{pitches,preventing-natural-signs-from-being-printed-when-the-key-signature-changes.ly}.
+
+FIXME link to snippet 248,
+FIXME link to a snippet about scordatura.
 
 LSR toremove:
 @quotation
@@ -940,7 +944,8 @@ a b cis d
 \key g \minor
 a bes c d
 @end lilypond
-@end quotation
+
+LSR toadd, then remove from here.
 
 The @code{\key} command sets the context property
 @code{Staff.keySignature}.  Non-standard key signatures can be
@@ -970,6 +975,7 @@ scale:
   }
 }
 @end lilypond
+@end quotation
 
 @seealso
 
@@ -977,10 +983,6 @@ Music Glossary: @rglos{church mode}, @rglos{scordatura}.
 
 Learning Manual: @rlearning{Accidentals and key signatures}.
 
-Snippets: @lsrdir{pitches},
-FIXME link to snippet 248,
-FIXME link to a snippet about scordatura.
-
 Internals reference: @internalsref{KeyCancellation},
 @internalsref{KeySignature}, @internalsref{Key_engraver}.