]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-extender.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / lyrics-extender.ly
index f0bcf9b90e8d08545f99545de560df39545bd8e8..02c86c2b9e9d86fdf10e180833ab848b7203d929 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "1.9.4"
 \header{
     texidoc =
 
@@ -11,7 +11,7 @@ Also shown: a trick to get an extender at the end of the staff.
 
 sopran = \notes \relative c'' {
 \time 3/4 a2.( | \break
- g2) < g4 { s8 s8 } > |
+ g2) << g4 { s8 s8 } >> |
 }
 
 text = \lyrics {
@@ -19,11 +19,11 @@ vielt __ Zeit. __ " "
 }
 
 \score {
-<
+<<
 \addlyrics
   \context Staff \sopran
   \context Lyrics \text
->
+>>
 \paper { linewidth = 5.0\cm
 }
 }