X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fexpressive-headword.ly;h=2c86cc87f67d101fa76d943b9c01c4597dddf6e4;hb=e0808cc5f4890c5f8f03ed1be48fc911627afea4;hp=eb6b31b11ffdec8ea68a0cddea8d083452b12475;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/expressive-headword.ly b/Documentation/snippets/expressive-headword.ly index eb6b31b11f..2c86cc87f6 100644 --- a/Documentation/snippets/expressive-headword.ly +++ b/Documentation/snippets/expressive-headword.ly @@ -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,26 +16,13 @@ Expressive headword doctitle = "Expressive headword" } % begin verbatim -\include "english.ly" -#(set-global-staff-size 15) -\paper { - line-width = 16\cm - indent = 0\cm -} - % 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 << @@ -45,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 @@ -276,5 +263,4 @@ Expressive headword 4 \fermata r8 r4 r8 } - >>