]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-dynamics-with-markup-texts.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.ly
index 52c146f7c47c4fedc5dab4b1451c3d818f08bba4..ed927bf6bd8afb73365b60dd894c0ad216594fe9 100644 (file)
@@ -6,18 +6,16 @@
   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.
+\"piano subito\", etc.). They can be produced using a @code{\\markup}
+block.
 " }
 % begin verbatim
-\layout{ragged-right = ##t}
+\layout { ragged-right = ##t }
 
-piuf = \markup {  \italic "molto" \dynamic "f" }
+piuf = \markup { \italic "più" \dynamic "f" }
 
-\relative c''{
+\relative c'' {
+  c2
   c-\piuf
-  c
-  c2\< c2\!
-  
-  c2\< c2\!
 }