X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Feditorial-headword.ly;h=169e808c6c8645ce43542624ea441796555b005d;hb=18d03fa6a724b0102ccc47d194209802cea02f2e;hp=2c0634256a30ebb470330c329390b7508cd4d6d7;hpb=b503d2c54e1c3c6bf1677226b2c2aaab94e8aba8;p=lilypond.git diff --git a/Documentation/snippets/editorial-headword.ly b/Documentation/snippets/editorial-headword.ly index 2c0634256a..169e808c6c 100644 --- a/Documentation/snippets/editorial-headword.ly +++ b/Documentation/snippets/editorial-headword.ly @@ -1,36 +1,25 @@ -% 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.13.36 -\version "2.13.36" -\include "english.ly" -#(set-global-staff-size 15) -\paper { - ragged-right = ##t - line-width = 17\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" \header { - lsrtags = "headwords" - texidoc = "" - doctitle = "headword" -} % begin verbatim + lsrtags = "headword" + texidoc = " +NR 1.7 Editorial annotations -\layout { - \context { - \Score - \override PaperColumn #'keep-inside-line = ##t - \override NonMusicalPaperColumn #'keep-inside-line = ##t - } -} +Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 - +14 -% NR 1.7 Editorial annotations +" + doctitle = "Editorial headword" +} % begin verbatim + +\include "english.ly" % Beethoven, Op. 31, No. 3 % Piano sonata 18, Movt II, Scherzo @@ -62,7 +51,7 @@ | 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 ] } @@ -80,7 +69,7 @@ \new Staff { \key af \major \clef treble - \override Fingering #'direction = #down + \override Fingering.direction = #down \set Staff.fingeringOrientations = #'(down) \partial 8 8 \staccato @@ -111,5 +100,4 @@ c4 r4 } - >>