X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Feditorial-headword.ly;h=169e808c6c8645ce43542624ea441796555b005d;hb=3c0f38115857598db730782b1d2ff0a19fd833af;hp=b185644c7bcafec1b7e1754a776e36253ba6de6f;hpb=820bbcbc38981f5a1866f291cdf40042ea686db0;p=lilypond.git diff --git a/Documentation/snippets/editorial-headword.ly b/Documentation/snippets/editorial-headword.ly index b185644c7b..169e808c6c 100644 --- a/Documentation/snippets/editorial-headword.ly +++ b/Documentation/snippets/editorial-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" @@ -19,23 +19,7 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 - doctitle = "Editorial headword" } % begin verbatim - \include "english.ly" -#(set-global-staff-size 15) -\paper { - ragged-right = ##t - line-width = 17\cm - indent = 0\cm -} - - -\header { - lsrtags = "headwords" - texidoc = "" - doctitle = "headword" -} - -% NR 1.7 Editorial annotations % Beethoven, Op. 31, No. 3 % Piano sonata 18, Movt II, Scherzo @@ -67,7 +51,7 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 - | e'4-2 r8 - \once \override Script #'script-priority = #-100 + \once \override Script.script-priority = #-100 \afterGrace f'8 ( \trill ^ \markup { \finger "3-2" } { e'16 [ f'16 ] } @@ -85,7 +69,7 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 - \new Staff { \key af \major \clef treble - \override Fingering #'direction = #down + \override Fingering.direction = #down \set Staff.fingeringOrientations = #'(down) \partial 8 8 \staccato @@ -116,5 +100,4 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 - c4 r4 } - >>