X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Finput.itely;h=5f2b84131a10911b788b65b0944e2c06f4df213d;hb=b6304f90bdada0051d8b2e28c97549ca8ec58fd9;hp=dcfd9176c0d79d5ea8860842c07c378e3b931772;hpb=9e7b53f94e1e3bd7b3f7a14ba11a6cae6c8e9a73;p=lilypond.git diff --git a/Documentation/user/input.itely b/Documentation/user/input.itely index dcfd9176c0..5f2b84131a 100644 --- a/Documentation/user/input.itely +++ b/Documentation/user/input.itely @@ -501,7 +501,7 @@ a piece of music with multiple @code{\tag} entries, Examples: @c @lsr{parts,tag@/-filter@/.ly} -@refbugs +@knownissues Multiple rests are not merged if you create the score with both tagged sections. @@ -511,12 +511,13 @@ sections. @section Common syntax issues TODO name? @menu -* Up and down:: +* Controlling direction and placement:: * Distances and measurements MAYBE MOVE:: +* When to add a -:: @end menu -@node Up and down -@subsection Up and down +@node Controlling direction and placement +@subsection Controlling direction and placement TODO: everything @@ -537,6 +538,10 @@ Also cover Maybe rename section to "directions". +Also mention \override Foo #'direction = #'DOWN. + +also mention the typical \fooDown, \fooNeutral predefined commands. + @node Distances and measurements MAYBE MOVE @subsection Distances and measurements MAYBE MOVE @@ -546,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?