]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / changing-a-single-notes-size-in-a-chord.ly
index 059eccdc17c4491b65359ed106bdd76e9880e96f..869d6b5f98b537d96dcd0c49b56ecdf7f23f83c0 100644 (file)
@@ -27,5 +27,7 @@ note head).
 } % begin verbatim
 
 \relative c' {
-  <\tweak font-size #+2 c e g c \tweak font-size #-2 e>1^\markup { A tiny e }_\markup { A big c }
+  <\tweak font-size #+2 c e g c
+   \tweak font-size #-2 e>1
+   ^\markup { A tiny e }_\markup { A big c }
 }