]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-a-single-notes-size-in-a-chord.ly
Doc-es: version markers for texidoc strings.
[lilypond.git] / Documentation / snippets / changing-a-single-notes-size-in-a-chord.ly
index e11f26ae9e2bbd88833ad57e3a0f480be9ef55ad..8175b0e3cc95912e47a9cbf73c22b20b80178288 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
-  lsrtags = "really-simple, specific-notation, editorial-annotations, tweaks-and-overrides, simultaneous-notes"
+  lsrtags = "editorial-annotations, really-simple, simultaneous-notes, specific-notation, tweaks-and-overrides"
 
   texidoc = "
 Individual note heads in a chord can be modified with the
@@ -28,5 +28,5 @@ note head).
 
 
 \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 }
 }