]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/lyric-hyphen-retain.ly
* lily/paper-book.cc (output): load framework module
[lilypond.git] / input / test / lyric-hyphen-retain.ly
index 54e370014adf11c5ac35d0578e152f925328227c..e6eab5480e0b7322a3a439804fddce3602ee1f29 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.29"
+\version "2.3.2"
 
 \header {
 
@@ -24,15 +24,17 @@ c16[ c c c]
 c16[ c c c]
 
 }
-    \lyrics \new Lyrics \with {
+      \new Lyrics \with {
        % Otherwise lyrics are so far apart that hyphens don't disappear
-       \override SeparationItem #'padding = #0.0
-       }{ bla -- bla -- bla -- bla --
-          bla -- bla -- bla -- bla --
+         \override SeparationItem #'padding = #0.0
+      }
+      \lyrics {
+         bla -- bla -- bla -- bla --
+         bla -- bla -- bla -- bla --
 
-          \override LyricHyphen  #'minimum-length = #0.7
-          \override LyricHyphen  #'spacing-procedure =
-                  #Hyphen_spanner::set_spacing_rods
+         \override LyricHyphen  #'minimum-length = #0.7
+         \override LyricHyphen  #'spacing-procedure =
+         #Hyphen_spanner::set_spacing_rods
 
           bla -- bla -- bla -- bla 
        }>>
@@ -41,7 +43,7 @@ c16[ c c c]
        linewidth = 3.4 \cm
 
        \context {
-           \StaffContext \remove "Time_signature_engraver"
+           \Staff \remove "Time_signature_engraver"
        }
        
     }