]> 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 b7caf83f1e16aa84bda78e725057fd76559506d7..2c86cc87f67d101fa76d943b9c01c4597dddf6e4 100644 (file)
@@ -1,11 +1,10 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.17.27
-\version "2.17.27"
+%% 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"
 
 \header {
   lsrtags = "headword"
@@ -17,21 +16,13 @@ Expressive headword
   doctitle = "Expressive headword"
 } % begin verbatim
 
-\include "english.ly"
-
 % 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 <<
 
@@ -272,5 +263,4 @@ Expressive headword
       <d' fs>4 \fermata
       r8 r4 r8
    }
-
 >>