]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / changing-a-single-notes-size-in-a-chord.ly
index 86420e4207613a0003fc8d5dbab28cb9d2c838d8..b7e524e5c16f578bd92ff983764955f7d2bb39f8 100644 (file)
@@ -1,6 +1,7 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% Do not edit this file; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.13.10"
 
 \header {
   lsrtags = "simultaneous-notes, editorial-annotations, tweaks-and-overrides"
@@ -36,8 +37,7 @@ notehead).
   doctitle = "Changing a single note's size in a chord"
 } % begin verbatim
 
-\layout { ragged-right = ##t }
-\relative {
+\relative c' {
   <\tweak #'font-size #+2 c e g c \tweak #'font-size #-2 e>1^\markup { A tiny e }_\markup { A big c }
 }