]> 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 4144329371b7d0f11fada37f464ca1600ed466bd..869d6b5f98b537d96dcd0c49b56ecdf7f23f83c0 100644 (file)
@@ -26,7 +26,8 @@ note head).
   doctitle = "Changing a single note's size in a chord"
 } % 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 }
 }