]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/expressive-headword.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / expressive-headword.ly
index e318cc8a04967bea30a9b8a5665545891d0bc519..2c86cc87f67d101fa76d943b9c01c4597dddf6e4 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "headword"
@@ -16,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 <<
 
@@ -40,7 +32,7 @@ Expressive headword
       \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
@@ -271,5 +263,4 @@ Expressive headword
       <d' fs>4 \fermata
       r8 r4 r8
    }
-
 >>