]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyrics-bar.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / lyrics-bar.ly
index 1e01ef5b7c5ba2de152a72167ae97e1922e59a09..f8b7d83575ad9f73d981d43b806c070e2f13638f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.36"
+\version "2.12.0"
 
 \header{
 texidoc="
@@ -7,33 +7,31 @@ lyrics do not collide with barlines.
 "
 }
 
-\score {
-       \context StaffGroup <<
-       \notes \context Staff {
-               b1 \bar "|:" b1 \bar ":|"
-       }
-       \lyrics <<
-               \context LyricsWithBars {
-%                      thisContextHasBarEngraver1  added
-                       ThisContextCertainlyHasBarEngraverAddedButThereHasBeenSomethingFunnyBefore1.  Here.
-               }
-               \context Lyrics {
-                       this4 one has no BarEngraverAddedToContext1
-               }
-       >>
-       \notes \new Staff { b1 b1 }
-       >>
-       \paper {
-               raggedright = ##t
-               \context {
-                       \ScoreContext
-                       \accepts "LyricsWithBars"
-               }
-               \context {
-                       \LyricsContext
-                       \consists "Bar_engraver"
-                       \name "LyricsWithBars"
-               }
-       }
+\layout {
+    ragged-right = ##t
 }
 
+<<
+    \new Staff \with
+    {
+%      \remove "Bar_engraver"  
+       }
+    {
+       b1 \bar "|:" b1 \bar ":|"
+    }
+    \context Lyrics \with {
+       \consists "Bar_engraver"
+       \consists "Separating_line_group_engraver"
+       \override BarLine #'bar-size = #4 
+    } \lyricmode {
+         looooooooooooooooooooooooooooooooooong1 syllable
+      }
+    \lyrics {
+       no Bar_Engraver_Bar_Engraver_Bar_Engraver 
+    }
+    \new Staff \with {
+%              \remove "Bar_engraver"  
+    } { b1 b1 }
+>>
+       
+