]> 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 0027caee340b8719dad92f29c206667594c23e54..169e808c6c8645ce43542624ea441796555b005d 100644 (file)
@@ -1,33 +1,25 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.12.0
-\version "2.13.20"
-\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
@@ -59,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 ] }
@@ -77,7 +69,7 @@
   \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
     c4
     r4
   }
-
 >>