]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adjusting-lyrics-vertical-spacing.ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / adjusting-lyrics-vertical-spacing.ly
index fc9ace44cf721a1676ca0e52b38027ee5d8c5ce8..68a31e707bc1f41e6e224c4ccdaa4736c113f4a2 100644 (file)
@@ -1,28 +1,35 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: text, vocal-music
-\version "2.11.35"
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% This file is in the public domain.
+\version "2.11.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "text, vocal-music, spacing"
+ texidoc = "
 This snippets shows you how to bring the lyrics line closer to the
 Staff.
 " }
-
+% begin verbatim
 % Default layout:
 \score{
-<<
-\new Staff \new Voice = m \relative c'{ c4 d e f g f e d c1 }
-\new Lyrics \lyricsto m {aa aa aa aa aa aa aa aa aa }
- >>
+  <<
+    \new Staff \new Voice = m \relative c'{ c4 d e f g f e d c1}
+    \new Lyrics \lyricsto m {aa aa aa aa aa aa aa aa aa }
 >>
 }
 
 % Reducing the minimum space below the Staff and above the Lyrics:
-\score{
-<<
-\new Staff \with {\override VerticalAxisGroup #'minimum-Y-extent = #'(-1
-. 4)}
- \new Voice = m \relative c'{ c4 d e f g f e d c1 }
-\new Lyrics \with {\override VerticalAxisGroup #'minimum-Y-extent =
-#'(-1.2 . 1)}
-\lyricsto m {aa aa aa aa aa aa aa aa aa }
- >>
+
+\score {
+  <<
+    \new Staff \with {
+      \override VerticalAxisGroup #'minimum-Y-extent = #'(-1. 4)}
+    \new Voice = m \relative c'{ c4 d e f g f e d c1 }
+    \new Lyrics \with {
+      \override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)}
+    \lyricsto m {aa aa aa aa aa aa aa aa aa }
+  >>
+
+  \header {
+    tagline = ""
+  }
 }