]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vocal-headword.ly
Add '-dcrop' option to ps and svg backends
[lilypond.git] / Documentation / snippets / vocal-headword.ly
index 22f47ad758d6ec56270eb097abc5e14f1cdbcb47..61137d2eee1935285712bc8cab6964fd87222307 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"
@@ -16,13 +16,8 @@ Vocal headword
   doctitle = "Vocal headword"
 } % begin verbatim
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
+%% http://lsr.di.unimi.it/LSR/Item?id=832
+%% see also http://lilypond.org/doc/v2.18/Documentation/notation/vocal-music
 
 % L. van Beethoven. Symphony No. 9 in D minor, op.125; Finale
 % mm. 216 -- 236
@@ -33,8 +28,6 @@ Vocal headword
     \set Score.currentBarNumber = 216
     \bar ""  % make first bar number be shown
     \clef bass \key d \minor \time 3/4
-    % \tempo "Presto"
-    % \compressFullBarRests  R2.*8
     \tempo "Recitativo"
     \autoBeamOff
     r4^\markup { \small Baritono } r a
@@ -56,7 +49,7 @@ Vocal headword
     e([ d)] d([ cis d a)]
     g8([ fis)] fis([ e d c)]
     c8([ b)] g'2~
-    \once \override Script #'outside-staff-priority = #1 % put fermata closer to staff
+    \once \override Script.outside-staff-priority = #1 % put fermata closer to staff
     g4.\fermata ^\markup { \small \italic "ad libitum" } e8[ cis!] d
     d8 a a4 r \bar "||"
 
@@ -73,4 +66,3 @@ Vocal headword
     % Freu -- de, Freu -- de,__
   }
 }
-