]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add stub for - subsection.
authorGraham Percival <graham@percival-music.ca>
Tue, 26 Feb 2008 06:27:41 +0000 (22:27 -0800)
committerGraham Percival <graham@percival-music.ca>
Tue, 26 Feb 2008 06:27:41 +0000 (22:27 -0800)
Documentation/user/input.itely

index 9a11aeb5612e6a64e1600f2cd166b568f5536ba2..5f2b84131a10911b788b65b0944e2c06f4df213d 100644 (file)
@@ -513,6 +513,7 @@ sections.
 @menu
 * Controlling direction and placement::  
 * Distances and measurements MAYBE MOVE::  
+* When to add a -::             
 @end menu
 
 @node Controlling direction and placement
@@ -550,7 +551,16 @@ DISCUSS after working on other sections.
 TODO: staff spaces, #UP #DOWN #LEFT #RIGHT.  Maybe move into tweaks?
 
 
+@node When to add a -
+@subsection When to add a -
 
+One of these works, the other doesn't.
+
+@verbatim
+\version "2.11.38"
+{ c'\mp\fermata\accent-\markup { "forcefully"} }
+% { c'\mp\fermata\accent\markup { "forcefully"} }
+@end verbatim
 
 
 @node Other stuffs TODO move?