]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/editorial-headword.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / editorial-headword.ly
index b185644c7bcafec1b7e1754a776e36253ba6de6f..169e808c6c8645ce43542624ea441796555b005d 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"
@@ -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
     <af' af>8 \staccato
@@ -116,5 +100,4 @@ Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 -
     c4
     r4
   }
-
 >>