]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/expressive-headword.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / expressive-headword.ly
index b7bbe4d9ae9deed2849ae279ef40b631a847f3ad..2c86cc87f67d101fa76d943b9c01c4597dddf6e4 100644 (file)
@@ -1,36 +1,28 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.12.0
-\version "2.13.31"
-\include "english.ly"
-#(set-global-staff-size 15)
-\paper {
-  line-width = 16\cm
-  indent = 0\cm
-}
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
+%% This file is in the public domain.
+\version "2.18.0"
 
-% NR 1.3 Expressive marks
+\header {
+  lsrtags = "headword"
 
+  texidoc = "
+Expressive headword
 
-\header {
-  lsrtags = "headwords"
-  texidoc = ""
-  doctitle = "headword"
+"
+  doctitle = "Expressive headword"
 } % begin verbatim
 
+% NR 1.3 Expressive marks
 
 % L. v. Beethoven, Op. 49 no. 1
 % Piano sonata 19 - "Leichte Sonate"
 % measures 1 - 12
 
-%\layout {
-%   \context {
-%      \Score
-%      \override SpacingSpanner #'base-shortest-duration =
-%         #(ly:make-moment 1 20)
-%   }
-%}
+\include "english.ly"
 
 \new PianoStaff <<
 
@@ -40,7 +32,7 @@
       \key g \major
       \time 6/8
       \partial 2
-      \once \override TextScript #'staff-padding = #2
+      \once \override TextScript.padding = #2
       d'8 \staccato
       ^ \markup { \column {
          RONDO
       <d' fs>4 \fermata
       r8 r4 r8
    }
-
 >>