]> 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 6c02c82f0c3bbbfbf04e6af4e68075043b243fc0..ed927bf6bd8afb73365b60dd894c0ad216594fe9 100644 (file)
@@ -1,22 +1,21 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-%% Tags: expressive-marks, text
-\version "2.11.35"
+\version "2.11.38"
 
-\header { texidoc = "
+\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.
+\"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\!
 }