]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/combining-dynamics-with-markup-texts.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / Documentation / snippets / combining-dynamics-with-markup-texts.ly
index a6a2ac482c8cbfe0b3f06fb71e6e85b39e612dc5..14fc861c1c7417ccfba676196f0091e636079d2a 100644 (file)
@@ -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
 }