X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fchanging-defaults.itely;h=54afeed982877fc1ecd6d9c33cdc8d206454105d;hb=3d04206a83222e89d99ddf1a0766b6b74f158967;hp=11102c2088ba0eb5b21ddff7a59f9e67cf61e2ef;hpb=9e32b4b17ebf295c2553bdd8d494a564ebc64af1;p=lilypond.git diff --git a/Documentation/user/changing-defaults.itely b/Documentation/user/changing-defaults.itely index 11102c2088..54afeed982 100644 --- a/Documentation/user/changing-defaults.itely +++ b/Documentation/user/changing-defaults.itely @@ -1461,14 +1461,14 @@ For clarity, you can also do this for single arguments, e.g., In markup mode you can compose expressions, similar to mathematical expressions, XML documents, and music expressions. The braces group notes into horizontal lines. Other types of lists also exist: you can -stack expressions grouped with @code{<} and @code{>} vertically with +stack expressions grouped vertically with the command @code{\column}. Similarly, @code{\center-align} aligns texts by their center lines: @lilypond[quote,verbatim,fragment,relative=1] -c1^\markup { \column < a bbbb c > } -c1^\markup { \center-align < a bbbb c > } -c1^\markup { \line < a b c > } +c1^\markup { \column { a bbbb c } } +c1^\markup { \center-align { a bbbb c } } +c1^\markup { \line { a b c } } @end lilypond