]> 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 a5b422ffa83ea784163d749bf6dc4b50e13f805e..61137d2eee1935285712bc8cab6964fd87222307 100644 (file)
@@ -1,30 +1,23 @@
-% 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.13.47
-\version "2.13.47"
-
-#(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 = "
+Vocal headword
 
-\layout {
-  \context {
-    \Score
-    \override PaperColumn #'keep-inside-line = ##t
-    \override NonMusicalPaperColumn #'keep-inside-line = ##t
-  }
-}
+"
+  doctitle = "Vocal headword"
+} % begin verbatim
+
+%% 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
@@ -35,8 +28,6 @@
     \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
@@ -58,7 +49,7 @@
     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 "||"
 
@@ -75,4 +66,3 @@
     % Freu -- de, Freu -- de,__
   }
 }
-