]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/combining-dynamics-with-markup-texts.ly
Imported Upstream version 2.19.45
[lilypond.git] / Documentation / snippets / combining-dynamics-with-markup-texts.ly
index b778e8b394abd17fb83a5e7dd7eba270a7835267..14fc861c1c7417ccfba676196f0091e636079d2a 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks, really-simple, text"
@@ -18,9 +18,10 @@ block.
   doctitle = "Combining dynamics with markup texts"
 } % begin verbatim
 
-
 piuF = \markup { \italic piĆ¹ \dynamic f }
+
 \layout { ragged-right = ##f }
+
 \relative c'' {
   c2\f c-\piuF
 }