]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-dynamics-with-markup-texts.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.ly
index 52c146f7c47c4fedc5dab4b1451c3d818f08bba4..78f79ef308ad5837dd5bc51fad1986ba8ac6438c 100644 (file)
@@ -4,20 +4,17 @@
 
 \header {
   lsrtags = "expressive-marks, text"
- texidoc = "
-Some dynamics may involve text indications (such as \"più forte\",
-\"piano subito\", etc.). They can be produced using a \\markup bloc.
-" }
-% begin verbatim
-\layout{ragged-right = ##t}
 
-piuf = \markup {  \italic "molto" \dynamic "f" }
+  texidoc = "
+Some dynamics may involve text indications (such as \"più forte\" or
+\"piano subito\"). They can be produced using a @code{\\markup} block.
 
-\relative c''{
-  c-\piuf
-  c
-  c2\< c2\!
-  
-  c2\< c2\!
+"
+  doctitle = "Combining dynamics with markup texts"
+} % begin verbatim
+piuF = \markup { \italic "più" \dynamic "f" }
+
+\relative c'' {
+  c2\f c-\piuF
 }